import type { MultiValueProps } from 'react-select'; import React from 'react'; import type { Option } from '../types.js'; import './index.scss'; export declare function generateMultiValueDraggableID(optionData: any, valueFunction: any): any; export declare const MultiValue: React.FC>; //# sourceMappingURL=index.d.ts.map