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