import type { ProFormSelectProps } from '@ant-design/pro-form/lib/components/Select'; import type { FC } from 'react'; import type { ApiType, OptionsProp } from './../../../shared'; import type { CreateSuperFormItemProps } from '../createSuperFormItem'; export declare type BasicSuperSearchSelectProps = Omit & { data: Record; request?: ApiType; optionsProp?: OptionsProp; }; export declare type SuperSearchSelectProps = CreateSuperFormItemProps; export declare const SuperSearchSelect: FC>>>; export default SuperSearchSelect;