import { HeatMapDailyProps } from '../types/heatmap';
export declare const getCountFromDailyData: (date: Date, data: HeatMapDailyProps["data"]) => number;
