/**
 * 替换 html 特殊字符
 * @param html
 */
export declare function replaceHtmlSymbol(html?: string): string;
