import type { DateLib, DayPickerProps } from "../types/index.js"; /** Return the start and end months for the calendar navigation. */ export declare function getNavMonths(props: Pick, dateLib: DateLib): [start: Date | undefined, end: Date | undefined];