import React from 'react'; import {Select} from 'antd'; import type { SelectProps } from 'antd'; export default function Index(props: SelectProps) { return (