import * as React from 'react'; import { Field } from '../Field'; interface TextInputProps extends Field.InputProps { } declare const TextInput: React.ForwardRefExoticComponent>; export { TextInput }; export type { TextInputProps }; //# sourceMappingURL=TextInput.d.ts.map