import { default as Alert } from './Alert.vue'; import { default as AlertGroup } from './AlertGroup.vue'; export { Alert as VxAlert, AlertGroup as VxAlertGroup }; export { alertProps, alertGroupProps } from './alert'; export type { AlertProps, AlertGroupProps, AlertType, AlertVariant } from './alert';