import type { FC } from 'react'; import type { DataSourceChoiceProps } from './type'; import 'antd/lib/button/style/index.css'; import './index.less'; declare const DataSourceChoice: FC; export default DataSourceChoice;