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