import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_OlapSlicerCacheRange } from "./CT_OlapSlicerCacheRange"; import { ST_OlapSlicerCacheSortOrder } from "./ST_OlapSlicerCacheSortOrder"; import { ST_SlicerCacheCrossFilter } from "./ST_SlicerCacheCrossFilter"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_OlapSlicerCacheLevelData extends Base { static $t: Type; private d; private l; private j; private n; private h; private f; constructor(); get c(): List$1; set c(a: List$1); get k(): string; set k(a: string); get i(): string; set i(a: string); get m(): number; set m(a: number); get g(): Nullable$1; set g(a: Nullable$1); get e(): Nullable$1; set e(a: Nullable$1); static o(a: XmlPartManagerBase, b: string, c: string, d: number, e: Nullable$1, f: Nullable$1): { p1: string; p2: string; p3: number; p4: Nullable$1; p5: Nullable$1; }; static p(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: string, f: number, g: string): void; }