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