export { default as XNotifications } from './Notifications.vue'
export type {
  NotificationsProps,
  NotificationEvent,
  NotificationsAction,
  NotificationsAlign,
  NotificationsPosition,
  NotificationsTheme,
} from './Notifications.vue'
