import { TemplateCellModel } from "./TemplateCellModel"; import { Type } from "igniteui-webcomponents-core"; import { CellModelExport } from "./CellModelExport"; /** * @hidden */ export declare class TemplateHeaderCellModel extends TemplateCellModel { static $t: Type; static readonly oi: number; private og; get oh(): boolean; set oh(a: boolean); mw(a: string, b: any): void; l8(a: string): Type; ik(a: string): any; b(a: CellModelExport): CellModelExport; }