import type { GenerateChartCellContext } from '../../type';
export declare const vennData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const vennField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const registerChart: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineVenn: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
