import { Base, Type } from "igniteui-react-core";
import { CT_PivotEditValue } from "./CT_PivotEditValue";
import { List$1 } from "igniteui-react-core";
import { CT_ExtensionList } from "./CT_ExtensionList";
import { ST_AllocationMethod } from "./ST_AllocationMethod";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_PivotChange extends Base {
    static $t: Type;
    private d;
    private i;
    private b;
    private f;
    private k;
    constructor();
    get c(): CT_PivotEditValue;
    set c(a: CT_PivotEditValue);
    get h(): List$1<string>;
    set h(a: List$1<string>);
    get a(): CT_ExtensionList;
    set a(a: CT_ExtensionList);
    get e(): ST_AllocationMethod;
    set e(a: ST_AllocationMethod);
    get j(): string;
    set j(a: string);
    static l(a: XmlPartManagerBase, b: ST_AllocationMethod, c: string): {
        p1: ST_AllocationMethod;
        p2: string;
    };
    static m(a: XmlPartManagerBase, b: string, c: string, d: ST_AllocationMethod): void;
}
