import type { FC } from 'react'; import type { DataFieldPropSetModalProps } from '../../type'; import 'antd/lib/modal/style/index.css'; import 'antd/lib/radio/style/index.css'; import './index.less'; declare const DataFieldPropSetModal: FC; export default DataFieldPropSetModal;