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