export default ChartPartShape;
declare class ChartPartShape extends AbstractShape {
    constructor(options: any, styleKey: any);
    _styleKey: any;
    get styleKey(): any;
}
import AbstractShape from "../shape/AbstractShape";
//# sourceMappingURL=ChartPartShape.d.ts.map