import type { DateLib, DayPickerProps } from "../index.js"; /** Return the start month based on the props passed to DayPicker. */ export declare function getInitialMonth(props: Pick, dateLib: DateLib): Date;