import React from 'react'; import type { TextInputComponentProps } from './types'; export declare const TextInput: React.ForwardRefExoticComponent>;