import { FC } from 'react'; import { FieldProps } from './type'; declare const FieldComponent: FC; export default FieldComponent;