import type { GroupBase, MultiValueProps as ReactSelectMultiValueProps } from 'react-select'; import type { BaseGroup, BaseOption } from '../types.js'; type MultiValueProps> = ReactSelectMultiValueProps; export declare function MultiValue>(props: Readonly, isMulti, Group>>): import("react").JSX.Element; export {}; //# sourceMappingURL=MultiValue.d.ts.map