///
import { ISingleProps, IValueType, ISingleRelatedType } from './types';
export interface IMonthPickerProps extends Omit, ISingleRelatedType {
}
export declare const MonthPicker: (props: IMonthPickerProps) => JSX.Element;
export default MonthPicker;