declare const HEATMAP_TEMPLATE: { chart: { type: string; marginTop: number; marginRight: number; spacingRight: number; }; plotOptions: { heatmap: { dataLabels: { enabled: boolean; allowOverlap: boolean; crop: boolean; overflow: string; }; point: { events: { mouseOver(this: import("highcharts").Point): void; }; }; }; }; xAxis: { labels: { distance: number; }; }[]; yAxis: { labels: { formatter(this: import("highcharts").AxisLabelsFormatterContextObject): string | null; }; }[]; }; export declare function getHeatmapConfiguration(): typeof HEATMAP_TEMPLATE; export {}; //# sourceMappingURL=heatmapConfiguration.d.ts.map