import { ValueContainerProps } from 'react-select'; import { OptionType } from './select.component'; export declare const CustomValueContainer: (props: ValueContainerProps) => JSX.Element;