import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { DefaultHeatMapDatum, HeatMapDatum, HeatMapSvgProps } from './types'; export declare const HeatMap: >(props: WithChartRef, SVGSVGElement>) => ReactElement; //# sourceMappingURL=HeatMap.d.ts.map