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