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