export default ChartAxisShape;
declare class ChartAxisShape extends ChartPartShape {
    _axisType: any;
    get axisType(): any;
}
import ChartPartShape from "../ChartPartShape";
//# sourceMappingURL=ChartAxisShape.d.ts.map