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