import type { DrawFn } from './drawn-fn'; export declare const drawDomElement: (node: HTMLElement | SVGElement) => DrawFn;