import React from 'react'; import { View } from 'react-native'; import type { MonthPickerInputProps } from './types'; export declare const MonthPickerInput: React.ForwardRefExoticComponent>;