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