import type { GenerateChartCellContext } from '../../type';
export declare const basemap: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const mapField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const mapDisplayConf: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineMapChart: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
