import { InputProps } from 'react-select'; declare const CreatableMultiValueInput: ({ value, ...props }: InputProps & { $isFocused: boolean; }) => JSX.Element; export default CreatableMultiValueInput;