import { ValueType, Nullable$1, Type } from "igniteui-react-core";
import { ST_GeomGuideName } from "./ST_GeomGuideName";
import { ST_Coordinate } from "./ST_Coordinate";
/**
 * @hidden
 */
export declare class ST_AdjCoordinate extends ValueType {
    static $t: Type;
    constructor(a: number, b: string);
    constructor(a: number, b: ST_Coordinate);
    constructor();
    constructor(a: number, ..._rest: any[]);
    private readonly b;
    private readonly c;
    get e(): Nullable$1<ST_GeomGuideName>;
    get d(): Nullable$1<ST_Coordinate>;
    static a(a: string): ST_AdjCoordinate;
    static f(a: ST_AdjCoordinate): string;
}
