import type { GenerateChartCellContext } from '../../type';
export declare const basicHeatMapSeries: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const basicHeatMapRegion: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const basicHeatMapColor: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const basicHeatMapAxes: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const basicHeatMapLegend: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineBasicHeatMap: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
