import { OptionProps } from '..'; import { Props } from 'react-select'; export interface SelectedValueProps { item: OptionProps; selectProps: Props; } export declare const SelectedValue: ({ item, selectProps }: SelectedValueProps) => JSX.Element; export default SelectedValue;