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