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