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