export declare function fixHtml(html: string): string; export declare function fixHtml2(html: string): string; export default fixHtml;