import type { GenerateChartCellContext } from '../../type';
export declare const radarField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const radarDisplayConf: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const radarAxis: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineRadar: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
