export default function sanitize(text: string, type: "image/svg+xml" | "text/html"): Promise; export declare function sanitizeDom(text: string, type: DOMParserSupportedType): string; export declare function sanitizeDomElement(dom: Element): void; //# sourceMappingURL=sanitize.d.ts.map