import { default as Alert } from './alert.vue';
import { ComponentPublicInstance } from 'vue';
export { Alert };
export { alertProps } from './props';
export type AlertExposed = ComponentPublicInstance & InstanceType<typeof Alert>;
export type { AlertProps, AlertCProps } from './props';
export type { AlertType, AlertSlots } from './symbol';
