import { withInstall } from '@element-plus/utils' import Statistic from './src/statistic.vue' import type { SFCWithInstall } from '@element-plus/utils' export const ElStatistic: SFCWithInstall = withInstall(Statistic) export default ElStatistic export * from './src/statistic'