import { type GroupBase, type MultiValueGenericProps } from "react-select";
import type { OptionMinimal } from "./Select.types";
/**
* Tag label for the multi-select, rendering the option's avatar before its
* text when one is supplied.
*
* Only ever mounted for multi-selects — react-select does not render
* `MultiValueLabel` in single-select mode — so this needs no `isMulti` guard.
*/
export declare const SelectMultiValueLabel: