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