import { PropsWithRef } from 'react'; import Select, { SelectProps } from 'react-dropdown-select'; interface ConceptSelectProps extends Omit>, 'noDataLabel'> { } function ConceptSelect({ className, ...props }: ConceptSelectProps) { return (