export { isHtml };
declare function isHtml(str: string): boolean;
