import type { GenerateChartCellContext } from '../../type';
export declare const bubbleCirclePackingData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const bubbleCirclePackingField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const bubbleCirclePackingDisplayConf: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineBubbleCirclePacking: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
