import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_PivotEdit } from "./CT_PivotEdit"; import { CT_PivotChange } from "./CT_PivotChange"; import { CT_ConditionalFormats } from "./CT_ConditionalFormats"; import { ST_AllocationMethod } from "./ST_AllocationMethod"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_PivotTableDefinition extends Base { static $t: Type; private m; private k; private b; private w; private aa; private s; private ac; private ae; private u; private q; private o; private ag; private y; constructor(); get l(): List$1; set l(a: List$1); get j(): List$1; set j(a: List$1); get a(): CT_ConditionalFormats; set a(a: CT_ConditionalFormats); get v(): Nullable$1; set v(a: Nullable$1); get z(): Nullable$1; set z(a: Nullable$1); get r(): Nullable$1; set r(a: Nullable$1); get ab(): string; set ab(a: string); get ad(): string; set ad(a: string); get t(): Nullable$1; set t(a: Nullable$1); get p(): Nullable$1; set p(a: Nullable$1); get n(): Nullable$1; set n(a: Nullable$1); get af(): string; set af(a: string); get x(): Nullable$1; set x(a: Nullable$1); static ah(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: string, f: string, g: Nullable$1, h: Nullable$1, i: Nullable$1, j: string, k: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: string; p5: string; p6: Nullable$1; p7: Nullable$1; p8: Nullable$1; p9: string; p10: Nullable$1; }; static ai(a: XmlPartManagerBase, b: string, c?: Nullable$1, d?: string, e?: string, f?: Nullable$1, g?: Nullable$1, h?: Nullable$1, i?: Nullable$1, j?: Nullable$1, k?: Nullable$1, l?: string): void; }