import type { GenerateChartCellContext } from '../../type';
export declare const rangeColumnField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const rangeColumnDisplayConf: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineRangeColumn: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
