import { Base, Type } from "igniteui-react-core";
import { CT_Marker } from "./CT_Marker";
import { EG_ObjectChoices } from "./EG_ObjectChoices";
/**
 * @hidden
 */
export declare class CT_ChartDrawingAnchorBase extends Base {
    static $t: Type;
    private a;
    constructor();
    c: CT_Marker;
    get b(): EG_ObjectChoices;
}
