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