import { SVGComponentTransferFunctionElement } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.dom.d.ts";
type
{ prototype: SVGComponentTransferFunctionElement; readonly SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_GAMMA: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_LINEAR: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_TABLE: number; readonly SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN: number; new (): SVGComponentTransferFunctionElement; }