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