import { Description } from "./Description";
import { WebPivotAggregatorDescription } from "./WebPivotAggregatorDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebPivotValueDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private x;
    get member(): string;
    set member(a: string);
    private v;
    get displayName(): string;
    set displayName(a: string);
    private m;
    get aggregate(): WebPivotAggregatorDescription;
    set aggregate(a: WebPivotAggregatorDescription);
    private k;
    get aggregateList(): WebPivotAggregatorDescription[];
    set aggregateList(a: WebPivotAggregatorDescription[]);
    private p;
    get enabled(): boolean;
    set enabled(a: boolean);
    private r;
    get styles(): any;
    set styles(a: any);
    private u;
    get dataType(): string;
    set dataType(a: string);
    private w;
    get formatterRef(): string;
    set formatterRef(a: string);
}
