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