import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-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; toString(): string; static f(a: ST_DecimalNumber): number; static h(a: Nullable$1): Nullable$1; static b(a: number): ST_DecimalNumber; static i(a: Nullable$1): Nullable$1; }