import type { ProEnumType } from '../propsType'; interface Props extends Pick { fieldValue: string; fieldLabel: string; } declare const ProEnumTag: (props: Props) => import("react/jsx-runtime").JSX.Element; export default ProEnumTag;