import { ValueType, Nullable$1, Type } from "igniteui-react-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<number>): Nullable$1<ST_UnsignedIntHex>;
    static h(a: ST_UnsignedIntHex): number;
    static f(a: Nullable$1<ST_UnsignedIntHex>): Nullable$1<number>;
}
