import { FocusableElement, RefObject } from '@react-types/shared'; import React, { JSX, ReactNode } from 'react'; import { SelectionMode, SelectState } from 'react-stately/useSelectState'; export interface AriaHiddenSelectProps { /** * Describes the type of autocomplete functionality the input should provide if any. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautocomplete). */ autoComplete?: string; /** The text label for the select. */ label?: ReactNode; /** HTML form input name. */ name?: string; /** * The `