import type { GenerateChartCellContext } from '../../type';
export declare const roseField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const roseAxis: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineRose: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
