import { SVGMarkerElement } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.dom.d.ts";
type
{ prototype: SVGMarkerElement; readonly SVG_MARKERUNITS_STROKEWIDTH: number; readonly SVG_MARKERUNITS_UNKNOWN: number; readonly SVG_MARKERUNITS_USERSPACEONUSE: number; readonly SVG_MARKER_ORIENT_ANGLE: number; readonly SVG_MARKER_ORIENT_AUTO: number; readonly SVG_MARKER_ORIENT_UNKNOWN: number; new (): SVGMarkerElement; }