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