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