import { GroupBase, OptionProps, OptionsOrGroups } from 'react-select'; import { Option } from '../Select'; export declare const SelectOption: (dataUieName: string) => (props: OptionProps