import type { DateLib, DayPickerProps } from "../types/index.js"; export declare function getDisplayMonths(firstDisplayedMonth: Date, calendarEndMonth: Date | undefined, props: Pick, dateLib: DateLib): Date[];