import React from 'react'; import { MonthProps } from 'react-day-picker'; export type { MonthProps } from 'react-day-picker'; export declare const Month: (props: MonthProps) => React.JSX.Element;