import { withInstall } from '@element-plus/utils' import Empty from './src/empty.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElEmpty: SFCWithInstall = withInstall(Empty) export default ElEmpty export * from './src/empty' export type { EmptyInstance } from './src/instance'