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