import { type AgHeatmapSeriesOptions, _ModuleSupport } from 'ag-charts-community';
import type { SeriesModuleDefinition } from 'ag-charts-core';
export declare const HeatmapModule: _ModuleSupport.SeriesModule<'heatmap'>;
export declare const HeatmapSeriesModule: SeriesModuleDefinition<AgHeatmapSeriesOptions>;
