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