import { Base, Type } from "igniteui-react-core";
import { ST_AdjCoordinate } from "./ST_AdjCoordinate";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_AdjPoint2D extends Base {
    static $t: Type;
    a: ST_AdjCoordinate;
    b: ST_AdjCoordinate;
    c(a: XmlPartManagerBase, b: string): void;
    private static d;
}
