import * as React from 'react'; import { MonthCalendarComponentProps } from '../MonthCalendar.types'; export type MonthListViewProps = Omit; export declare const MonthListView: React.NamedExoticComponent;