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