declare const parseDataUrl: (url: string) => SVGSVGElement | Error | null; export default parseDataUrl;