import type { GenerateChartCellContext } from '../../type';
export declare const scatterField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const scatterAxis: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const animationScatter: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineScatterPlot: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
