import { PropsWithChildren } from 'react'; type SelectProps = PropsWithChildren<{ /** * @default true */ closeOnSelect?: boolean; }>; export { SelectProps };