import React from 'react'; import { MonthComponentProps } from '../componentTypes'; declare const _default: React.MemoExoticComponent<({ Day, DayNames, MonthTitle, Week, calendarKey, dates, firstDay, hideExtraDays, horizontal, index, listWidth, locales, markedDates, month, months, onDayPress, theme, }: MonthComponentProps) => JSX.Element>; export default _default;