import type * as Lit from '../../third_party/lit/lit.js'; import * as Static from './static.js'; export { render, svg, nothing, noChange, LitElement, Directive, type TemplateResult, type PropertyValues, Directives, Decorators, } from '../../third_party/lit/lit.js'; declare const html: typeof Static.html, literal: typeof Static.literal, flattenTemplate: typeof Static.flattenTemplate; type LitTemplate = Lit.TemplateResult | typeof Lit.nothing; export { html, literal, flattenTemplate, type LitTemplate };