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