import { type HTMLTemplateResult, html as litHtml } from 'lit'; declare function html(...args: Parameters): HTMLTemplateResult; declare namespace html { var nothing: HTMLTemplateResult; } export { html }; //# sourceMappingURL=html.d.ts.map