import React from 'react'; import type { FormComponentProps } from '@ant-design/compatible/es/form'; import './index.less'; interface SetModalSelectPropsType extends FormComponentProps { form: any; wrapRef?: any; value?: any; onChange?: any; rowItem?: any; } declare const _default: import("@ant-design/compatible/lib/form/interface").ConnectedComponentClass, import("@ant-design/compatible/lib/_util/types").Omit>; export default _default;