import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-core";
import { CT_PivotArea } from "./CT_PivotArea";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_PivotAreas extends Base implements ISupportSetProperty {
    static $t: Type;
    private b;
    private e;
    constructor();
    get a(): List$1<CT_PivotArea>;
    set a(a: List$1<CT_PivotArea>);
    get d(): number;
    set d(a: number);
    static f(a: XmlPartManagerBase, b: number): {
        p1: number;
    };
    static g(a: XmlPartManagerBase, b: string, c: number): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
