parseXML.d.ts 83 Bytes
export declare function parseXML(svg: Document | string | SVGElement): SVGElement;