/** * Sanitizes the given raw html string. * * The result is safe to use as raw HTML in properties like `innerHTML`. */ export declare function sanitizeHtml(rawHtml: string): string;