import React from 'react'; import { BizDictionaryProps } from './interface'; import './index.less'; declare function Dictionary({ valueEnum, value, defaultLabel, type, propsName, fieldNames, match, className, ...restProps }: BizDictionaryProps): React.JSX.Element; export default Dictionary;