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