export default ChartCatAxisPreferenceModel;
declare class ChartCatAxisPreferenceModel extends AbstractModel {
    constructor(chartShape: any, xRange: any);
    get className(): string;
}
import AbstractModel from "../../dagm/AbstractModel";
//# sourceMappingURL=ChartCatAxisPreferenceModel.d.ts.map