import React from 'react'; import { TextInputPropsType } from './TextInput.types'; /** * MoneyInput fields let users enter and edit text. */ declare const TextInput: React.ForwardRefExoticComponent>; export default TextInput;