export { default as MultiSelect } from './MultiSelect.vue' export type { MultiSelectEmits, MultiSelectEmptySlotProps, MultiSelectFooterSlotProps, MultiSelectGroupLabelSlotProps, MultiSelectGroupedOption, MultiSelectItemSlotProps, MultiSelectItemSlots, MultiSelectOption, MultiSelectOptions, MultiSelectProps, MultiSelectSize, MultiSelectSlots, MultiSelectTriggerSlotProps, MultiSelectVariant, } from './types'