import { Base, Type } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { CT_ChartDrawingAnchorBase } from "./CT_ChartDrawingAnchorBase";
/**
 * @hidden
 */
export declare class CT_Drawing_ChartDrawing extends Base {
    static $t: Type;
    private a;
    constructor();
    get b(): List$1<CT_ChartDrawingAnchorBase>;
    toString(): string;
}
