import type { TemplateResult } from 'lit'; /** * DO NOT USE FOR USER INPUT * See https://stackoverflow.com/questions/494143/creating-a-new-dom-element-from-an-html-string-using-built-in-dom-methods-or-pro/35385518#35385518 */ export declare const htmlToElement: (html: string | TemplateResult) => T; //# sourceMappingURL=html-to-element.d.ts.map