import React from 'react';
import type { TextInputComponentProps } from './types';
export declare const TextInput: React.ForwardRefExoticComponent<TextInputComponentProps & React.RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
