import React from "react"; declare const useCalendarKeyboardNavigation: (props: { monthDate: Date; rootRef: React.RefObject; changeToNextMonth: () => void; changeToPreviousMonth: () => void; verticalDelta: number; min?: Date; max?: Date; }) => void; export default useCalendarKeyboardNavigation;