import { withInstall } from '@element-plus/utils' import Alert from './src/alert.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElAlert: SFCWithInstall = withInstall(Alert) export default ElAlert export * from './src/alert' export type { AlertInstance } from './src/instance'