export default ChartAxisTitleShape;
declare class ChartAxisTitleShape extends ChartPartShape {
    constructor(options: any);
    _chartAxis: any;
}
import ChartPartShape from "../ChartPartShape";
//# sourceMappingURL=ChartAxisTitleShape.d.ts.map