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