/** * This takes a very simple svg and converts it to a data object for pixel examination. */ export declare function svgToData(svg: SVGSVGElement): Promise;