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