export declare const SVG_NAMESPACE = "http://www.w3.org/2000/svg"; export declare const sanitize: (doc: Element | Document) => Element | Document; /** Helper that forces an un-namespaced node to SVG **/ export declare const insertSVGNamespace: (originalDoc: Document) => Element; export declare const parseSVGXML: (value: string) => Element;