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; constructor(a: string); e(a: CellModelExport): void; f(): void; d(): string; }