import { DateLib, DayPickerProps } from "../index.js"; /** Return all the dates to display in the calendar. */ export declare function getDates(displayMonths: Date[], maxDate: Date | undefined, props: Pick, dateLib: DateLib): Date[];