import { FC } from 'react'; import { SelectProps } from 'antd'; import './index.less'; interface SelectCompFuncProps extends SelectProps { onChange: (data: any) => void; DSLCore: any; } declare const SelectCompFunction: FC; export default SelectCompFunction;