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