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