import { type TemplateResult } from '../../../../Dom/Html'; import type { TextElement } from './TextElement'; /** * The template of the `TextElement`. * * @public */ export declare function textElementTemplate(e: T): TemplateResult; //# sourceMappingURL=TextElementTemplate.d.ts.map