import { SelectGroupProps } from './SelectGroup';

export interface SelectGroupPropsHelper<T>
  extends Omit<SelectGroupProps<T>, 'multiple'> {}
