import type { UseCalendarNavigationArgs } from './types'; export declare const useCalendarNavigation: ({ calendarState, dispatch, date }: UseCalendarNavigationArgs) => { handlePrev: (withShift?: boolean) => void; handleNext: (withShift?: boolean) => void; }; //# sourceMappingURL=useCalendarNavigation.d.ts.map