import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_OlapSlicerCacheLevelData } from "./CT_OlapSlicerCacheLevelData"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_OlapSlicerCacheLevelsData extends Base { static $t: Type; private b; private d; constructor(); get a(): List$1; set a(a: List$1); get c(): Nullable$1; set c(a: Nullable$1); static e(a: XmlPartManagerBase, b: Nullable$1): { p1: Nullable$1; }; static f(a: XmlPartManagerBase, b: string, c?: Nullable$1): void; }