import { GridCellBase } from "./GridCellBase"; import { TemplateCellContainer } from "./TemplateCellContainer"; import { DomRenderer } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class TemplateCell extends GridCellBase { static $t: Type; private d1; get d2(): TemplateCellContainer; constructor(a: DomRenderer); protected get_ae(): boolean; protected cn(a: string, b: any, c: any): void; cc(): void; private d3; }