import { Base, Type } from "igniteui-webcomponents-core";
import { List$1 } from "igniteui-webcomponents-core";
import { CellModelExport } from "./CellModelExport";
/**
 * @hidden
 */
export declare class GridLayerExport extends Base {
    static $t: Type;
    private a;
    c: string;
    get b(): List$1<CellModelExport>;
    constructor(a: string);
    e(a: CellModelExport): void;
    f(): void;
    d(): string;
}
