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