import React from 'react' import { type AriaListBoxOptions } from '@react-aria/listbox' import { useSelectContext } from '../../context' import { type SingleSelectItem, type SingleSelectItemNode, type SingleSelectOption, } from '../../types' import { ListBox } from '../ListBox' import { ListItems } from '../ListItems' import { Overlay } from '../Overlay' import styles from './SelectPopoverContents.module.scss' export type SelectPopoverContentsProps