/// <reference types="react" />
import { DefaultHeatMapDatum, HeatMapDatum, HeatMapSvgProps } from './types';
export declare const HeatMap: <Datum extends HeatMapDatum = DefaultHeatMapDatum, ExtraProps extends object = Record<string, never>>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: HeatMapSvgProps<Datum, ExtraProps>) => JSX.Element;
//# sourceMappingURL=HeatMap.d.ts.map