import { ReactHeatmapProps } from './types';

declare function ReactHeatmap({ layout, values, startDate, endDate, gutterSize, showMonthLabels, showWeekdayLabels, showOutOfRangeDays, monthLabels, weekdayLabels, tooltipDataAttrs, titleForValue, classForValue, onClick, onMouseOver, onMouseLeave, transformDayElement, }: ReactHeatmapProps): import("react/jsx-runtime").JSX.Element;
export { ReactHeatmap };
