import { type DropdownIndicatorProps, type GroupBase } from "react-select";
import type { OptionMinimal } from "./Select.types";
/**
* DES-171: the multi-select design uses a stacked up/down chevron, while the
* single-select keeps the single downward chevron. `isMulti` reaches us here
* because `DropdownIndicatorProps` extends react-select's `CommonProps`.
*/
export declare const SelectDropdownIndicator: