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