parseXML.d.ts 83 Bytes Raw Blame History Permalink 1 export declare function parseXML(svg: Document | string | SVGElement): SVGElement;