import { Base, Nullable$1, 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_OlapSlicerCacheItem extends Base { static $t: Type; private c; private i; private g; private e; constructor(); get b(): List$1; set b(a: List$1); get h(): string; set h(a: string); get f(): string; set f(a: string); get d(): Nullable$1; set d(a: Nullable$1); static j(a: XmlPartManagerBase, b: string, c: string, d: Nullable$1): { p1: string; p2: string; p3: Nullable$1; }; static k(a: XmlPartManagerBase, b: string, c: string, d: Nullable$1, e: string): void; }