import type { GenerateChartCellContext } from '../../type';
export declare const boxPlotField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const boxPlotStyle: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineBoxPlot: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
