import { FieldProps } from './types'; import React from 'react'; declare const Field: React.ForwardRefExoticComponent>; export default Field;