import type { SelectProps } from 'antd'; import React from 'react'; import type { FieldSelectOptionType } from './types'; declare const InternalSelect: React.FC>; export default InternalSelect;