export declare function removeTags(str?: string): string; export declare function sanitizeHtml(html: string): string;