/// import { type MondayFirst } from '../DayPicker'; import { type PickerProps, type WithDoubleNavigationButtons } from '../types'; type YearMonthDayPickerProps = PickerProps & MondayFirst & WithDoubleNavigationButtons; export declare const YearMonthDayPicker: ({ onChange, date: initialDate, rangeDate, selectedDate, isMondayFirst, hoveredDayDate, onDayHover, isDoubleNavigationButtonsEnabled, }: YearMonthDayPickerProps) => JSX.Element; export {};