import type { GenerateChartCellContext } from '../../type';
export declare const circularProgressField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const circularProgressStyle: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineCircularProgress: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
