/** Whether the select `value` counts as having a selection (single or multi). */ export declare function hasSelectionValue(value: unknown, getOptionValue?: (option: unknown) => string): boolean;