import { CalendarContextValue } from '../CalendarProvider';
export declare const useCalendar: () => CalendarContextValue;
