import type { GenerateChartCellContext } from '../../type';
export declare const sequenceData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const colorDynamicBar: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const rankingBarField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const rankingBarAxis: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const customMark: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const rankingBarLabel: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineRankingBar: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
