import { default as React } from 'react';
import { TextInputProps } from './types.cjs';
export declare const TextInput: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<HTMLInputElement>>;
