import type { HeatmapChartProps } from './heatmap-chart.props'; import React from 'react'; /** common -> heatmap */ export type { HeatmapChartProps, HeatmapDataPoint, HeatmapChartSelectEvent, } from './heatmap-chart.props'; export declare const HeatmapChart: ((props: HeatmapChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=heatmap-chart.d.ts.map