import { ValueType, Nullable$1, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ST_DecimalNumber extends ValueType {
    static $t: Type;
    constructor(a: number, b: number);
    constructor();
    constructor(a: number, ..._rest: any[]);
    static readonly a: ST_DecimalNumber;
    private readonly e;
    static d(a: string): ST_DecimalNumber;
    static j(a: string): Nullable$1<ST_DecimalNumber>;
    toString(): string;
    static f(a: ST_DecimalNumber): number;
    static h(a: Nullable$1<ST_DecimalNumber>): Nullable$1<number>;
    static b(a: number): ST_DecimalNumber;
    static i(a: Nullable$1<number>): Nullable$1<ST_DecimalNumber>;
}
