import type { ValueContainerProps } from 'react-select';
import React from 'react';
import type { Option } from '../types.js';
import './index.scss';
export declare const ValueContainer: React.FC<ValueContainerProps<Option, any>>;
//# sourceMappingURL=index.d.ts.map