import type { GenerateChartCellContext } from '../../type';
export declare const sankeyData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const sankeyField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const sankeyLink: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const sankeyLabel: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineSankey: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
