import type { GenerateChartCellContext } from '../../type';
export declare const funnelData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const funnelField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineFunnel: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
