export declare class HtmlUtils { static formatPattern: RegExp; static formatHtmlDisplay(html: string): string; }