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