import { ValueType, Nullable$1, Type } from "igniteui-react-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<ST_DrawingElementId>;
    toString(): string;
    static h(a: ST_DrawingElementId): number;
    static e(a: Nullable$1<ST_DrawingElementId>): Nullable$1<number>;
    static a(a: number): ST_DrawingElementId;
    static d(a: Nullable$1<number>): Nullable$1<ST_DrawingElementId>;
}
