export declare const sanitizeHTMLString: (html: string) => string; export declare const sanitizeHTMLIconString: (html: string) => string;