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