import type { FC } from 'react'; import type { ChoiceModalProps } from '../../type'; import 'antd/lib/input/style/index.css'; import 'antd/lib/modal/style/index.css'; import 'antd/lib/radio/style/index.css'; import 'antd/lib/space/style/index.css'; import 'antd/lib/spin/style/index.css'; import 'antd/lib/tabs/style/index.css'; import './index.less'; declare const ChoiceModal: FC; export default ChoiceModal;