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-runtime").JSX.Element; export {};