import { type TemplateResult } from '../Dom/Html'; import type { Theme2Element } from './Theme2Element'; /** * The template of the `ThemeElement`. * * @public */ export declare function theme2ElementTemplate(_e: T): TemplateResult; //# sourceMappingURL=Theme2ElementTemplate.d.ts.map