/** @deprecated This class is deprecated. Copy it to your project */ declare const _default: { createElementFromHTML(htmlString: string): Element; formatHtml(html: string): string; }; export default _default;