import { Base, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-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; 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; }