import React from 'react'; import { IDatePicker } from './types'; export declare const MonthPicker: React.FC;