import { ValueContainerProps } from 'react-select'; declare const ValueContainer: ({ children, selectProps, ...props }: ValueContainerProps) => import("react/jsx-runtime").JSX.Element; export default ValueContainer;