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

MultiSelect.displayName = 'MultiSelect';

export {MultiSelect, type MultiSelectFactory, type MultiSelectProps} from '@mantine/core';
