import { ChartModelCartesian } from './cartesian-charts';
/**
 * this is intended for binned type of charts
 * */
export declare class ChartModelBinned extends ChartModelCartesian {
    getTabularDataArray(): any[];
}
