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