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