import { Base, Nullable$1, Type } from "igniteui-react-core";
import { IAdjustHandle } from "./IAdjustHandle";
import { CT_AdjPoint2D } from "./CT_AdjPoint2D";
import { ST_GeomGuideName } from "./ST_GeomGuideName";
import { ST_AdjCoordinate } from "./ST_AdjCoordinate";
import { ST_AdjAngle } from "./ST_AdjAngle";
/**
 * @hidden
 */
export declare class CT_PolarAdjustHandle extends Base implements IAdjustHandle {
    static $t: Type;
    a: CT_AdjPoint2D;
    c: Nullable$1<ST_GeomGuideName>;
    g: Nullable$1<ST_AdjCoordinate>;
    e: Nullable$1<ST_AdjCoordinate>;
    b: Nullable$1<ST_GeomGuideName>;
    f: Nullable$1<ST_AdjAngle>;
    d: Nullable$1<ST_AdjAngle>;
}
