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