import React from 'react'
import { useListBoxSection } from '@react-aria/listbox'
import { Heading } from '~components/Heading'
import { type SingleSelectOption, type SingleSelectOptionGroupNode } from '../../types'
import { Option } from '../Option/Option'
import styles from './ListBoxSection.module.scss'
export type ListBoxSectionProps