/** * Sanitizes HTML to prevent XSS while preserving formatting */ export declare const sanitizeHtml: (html: string) => string; //# sourceMappingURL=sanitizeHtml.d.ts.map