import { Select } from 'antd'; export type { SelectProps } from 'antd/lib/select'; export * from 'antd/lib/select'; export default Select;