import type { GenerateChartCellContext } from '../../type';
export declare const linearProgressField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const linearProgressAxes: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const linearProgressStyle: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineLinearProgress: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
