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 ml: number;
    private mj;
    get mk(): boolean;
    set mk(a: boolean);
    k9(a: string, b: any): void;
    kl(a: string): Type;
    hl(a: string): any;
    b(a: CellModelExport): CellModelExport;
}
