import { HeatMapDailyProps, HeatMapProps } from '../types/heatmap';
export declare const MonthlyHeatMap: (props: HeatMapProps & HeatMapDailyProps) => import("react/jsx-runtime").JSX.Element;
