import { ValueContainerProps } from 'react-select'; import { OptionProps } from '..'; declare const CustomValueContainer: ({ children, ...props }: ValueContainerProps) => JSX.Element; export default CustomValueContainer;