import React from 'react'; import { type TextInputProps } from 'react-native'; export declare const TextInput: (props: TextInputProps) => React.JSX.Element;