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