import React from 'react'; import { TextInputProps, TextInputView, TextInputSize, TextInputPin } from './types'; import './TextInput.css'; export type { TextInputProps, TextInputView, TextInputSize, TextInputPin }; export declare const TextInput: React.ForwardRefExoticComponent>;