import type { GenerateChartCellContext } from '../../type';
export declare const waterfallField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const waterfallAxes: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const waterfallStackLabel: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineWaterfall: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
