import React from 'react'; import './index.less'; /** * @title: 表单选择器 * @description: * @return {*} * @Author: zhiwei.Wang * @Date: 2024-01-30 17:06 */ declare const Single: ({ value, onChange, form, mode, optionRender, loading, customSelectProps, onAdd, addButtonProps, modalOpen, watch, drawerProps, }: any) => React.JSX.Element; export default Single;