export declare function isMonthDisabled(month: Date, minDate: Date | null | undefined, maxDate: Date | null | undefined): boolean;
