import React from 'react'; import { FieldProps } from './form-field'; declare const TextField: React.FC; export default TextField;