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