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