import type { Element, SanitizeOptions } from './types'; export declare function sanitize(el: Element, options?: SanitizeOptions): Element; export declare function sanitizeHtml(html: string, options?: SanitizeOptions): string; export declare function escapeHtmlText(text: string): string; //# sourceMappingURL=sanitize.d.ts.map