import React, { ReactNode } from 'react'; import { TagProps } from 'antd'; import { FieldProps } from '../../../interfaces'; export declare type TagFieldProps = FieldProps & TagProps; export declare const TagField: React.FC;