/// import { ICalendarPropTypes } from './types'; declare const Calendar: ({ bookings, showNumberOfMonths, showKey, showCurrentYear, showControls, }: ICalendarPropTypes) => JSX.Element; export default Calendar;