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