import React from 'react'; import { TextInput } from 'react-native'; import { InputProps } from './PropsType'; declare const _default: React.MemoExoticComponent<((props: React.PropsWithChildren & React.RefAttributes) => React.ReactElement) & Pick, "displayName">>; export default _default;