import * as React from 'react'; import { MonthCalendarComponentProps } from '../MonthCalendar.types'; export type MonthViewProps = Omit; export declare const MonthView: React.FC;