export declare const sanitizeHTML: (htmlToBeSanitized: string) => { __html: string; };