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