/// <reference types="react" />
import { CellComponentProps, HeatMapDatum } from './types';
export declare const HeatMapCellRect: <Datum extends HeatMapDatum>({ cell, borderWidth, borderRadius, animatedProps, onMouseEnter, onMouseMove, onMouseLeave, onClick, enableLabels, }: CellComponentProps<Datum>) => JSX.Element;
//# sourceMappingURL=HeatMapCellRect.d.ts.map