import type { ReactFC } from '@formily/react'; import type { SelectProps } from 'antd'; import type { FieldSelectOptionType } from './Select/types'; declare const FieldSelect: ReactFC>; export default FieldSelect;