import React from 'react'; import type { TextInput } from 'react-native'; import { FormInputProps } from './types'; export declare const FormInput: React.ForwardRefExoticComponent>;