import * as React from 'react'; import { MonthViewProps } from "./MonthView.types.mjs"; /** * A Month View to use inside the Event Calendar. */ export declare const MonthView: React.NamedExoticComponent>;