import { GridCellBase } from "./GridCellBase"; import { TemplateCellContainer } from "./TemplateCellContainer"; import { DomRenderer } from "igniteui-webcomponents-core"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class TemplateHeaderCell extends GridCellBase { static $t: Type; private d1; get d2(): TemplateCellContainer; constructor(a: DomRenderer); protected get_ac(): boolean; }