import { ValueContainerProps as BaseValueContainerProps, type GroupBase } from 'react-select'; import type { CustomComponentProps } from './types'; type ValueContainerProps> = BaseValueContainerProps & CustomComponentProps; export declare const ValueContainer: React.FC>>; export {};