import {Combobox} from '@mantine/core';

Combobox.displayName = 'Combobox';

export {Combobox, type ComboboxFactory, type ComboboxProps, useCombobox} from '@mantine/core';
