import { Base, Type } from "igniteui-react-core";
import { ST_Shape } from "./ST_Shape";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_Shape_Chart extends Base {
    static $t: Type;
    private c;
    constructor();
    get b(): ST_Shape;
    set b(a: ST_Shape);
    static e(a: XmlPartManagerBase, b: ST_Shape): {
        p1: ST_Shape;
    };
    static f(a: XmlPartManagerBase, b: string, c: ST_Shape): void;
    toString(): string;
}
