import { type HTMLTemplateResult, nothing, type TemplateResult } from 'lit';
type HtmlPlugin = (value: T) => unknown;
declare function html(strings: TemplateStringsArray, ...values: Array): HTMLTemplateResult;
declare namespace html {
var nothing: HTMLTemplateResult;
}
export { html, nothing };
export type { HtmlPlugin, HTMLTemplateResult, TemplateResult };
//# sourceMappingURL=Html.d.ts.map