import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ST_PivotShowAs } from "./ST_PivotShowAs";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_DataField_SML2009 extends Base {
    static $t: Type;
    private b;
    private d;
    private f;
    get a(): Nullable$1<ST_PivotShowAs>;
    set a(a: Nullable$1<ST_PivotShowAs>);
    get c(): Nullable$1<number>;
    set c(a: Nullable$1<number>);
    get e(): string;
    set e(a: string);
    static g(a: XmlPartManagerBase, b: Nullable$1<ST_PivotShowAs>, c: Nullable$1<number>, d: string): {
        p1: Nullable$1<ST_PivotShowAs>;
        p2: Nullable$1<number>;
        p3: string;
    };
    static h(a: XmlPartManagerBase, b: string, c?: Nullable$1<ST_PivotShowAs>, d?: Nullable$1<number>, e?: string): void;
}
