export { default } from './downshift';
export { resetIdCounter } from './utils-ts';
export { useSelect, useCombobox, useTagGroup } from './hooks';
/**
 * @deprecated Not maintained anymore. Use the new useTagGroup instead.
 * See the migration guide: https://github.com/downshift-js/downshift/tree/master/src/hooks/useMultipleSelection/MIGRATION_GUIDE.md
 */
export { useMultipleSelection } from './hooks';
