import { TCalendar } from "../types"; export declare const IsSameMonth: (date1: Date, month: number, calendar: TCalendar) => boolean;