import { Base, Type } from "igniteui-react-core";
import { EG_ObjectChoices } from "./EG_ObjectChoices";
import { CT_Marker } from "./CT_Marker";
import { CT_PositiveSize2D } from "./CT_PositiveSize2D";
import { CT_Shape } from "./CT_Shape";
import { CT_GroupShape } from "./CT_GroupShape";
import { CT_GraphicFrame } from "./CT_GraphicFrame";
import { CT_Connector } from "./CT_Connector";
import { CT_Picture } from "./CT_Picture";
/**
 * @hidden
 */
export declare class CT_AbsSizeAnchor extends Base {
    static $t: Type;
    private r;
    private c;
    private o;
    private k;
    private m;
    private g;
    private a;
    private e;
    private i;
    constructor();
    get item(): any;
    set item(a: any);
    get d(): EG_ObjectChoices;
    get p(): CT_Marker;
    set p(a: CT_Marker);
    get l(): CT_PositiveSize2D;
    set l(a: CT_PositiveSize2D);
    get n(): CT_Shape;
    set n(a: CT_Shape);
    get h(): CT_GroupShape;
    set h(a: CT_GroupShape);
    get b(): CT_GraphicFrame;
    set b(a: CT_GraphicFrame);
    get f(): CT_Connector;
    set f(a: CT_Connector);
    get j(): CT_Picture;
    set j(a: CT_Picture);
    toString(): string;
}
