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 ck;
    get cl(): TemplateCellContainer;
    constructor(a: DomRenderer);
    protected get_z(): boolean;
    protected bs(a: string, b: any, c: any): void;
    bh(): void;
    private cm;
}
