/// <reference types="react" />
import { ISinglePanelProps } from '../../types';
declare const MonthPickerPanel: React.FC<ISinglePanelProps>;
export default MonthPickerPanel;
