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