///
import type { ProFormSelectProps } from '@ant-design/pro-form/lib/components/Select';
import type { CreateSuperFormItemWithOptionsProps } from '../createSuperFormItem';
export declare type SuperSelectProps = CreateSuperFormItemWithOptionsProps;
export declare const SuperSelect: import("react").FC>>>>;
export default SuperSelect;