import { FC } from 'react'; import { ISingleDateBodyProps } from '../../types'; declare type IMonthPickerBodyProps = ISingleDateBodyProps; declare const MonthPickerBody: FC; export default MonthPickerBody;