import { Moment } from 'moment'; export declare function monthBetweenRange(month: Moment, start: Date, end: Date): boolean; export declare function isMonthDrawn(year: number, month: number, start?: Date, end?: Date): boolean; export declare function shouldRenderMonth(currentMonth: Moment, pervMinMax?: Date, nextMinMax?: Date): boolean;