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