import { CalendarType } from "../types/main";
declare function useCalendarType(calendarTypeFromProps: CalendarType): CalendarType;
export default useCalendarType;
