import { MultiValueProps } from 'react-select'; import { OptionProps } from '..'; declare const CustomMultiValue: (props: MultiValueProps) => JSX.Element; export default CustomMultiValue;