// GlobalComponents for Volar declare module '@vue/runtime-core' { export interface GlobalComponents { ElIcon: typeof import('pup-ui-plus')['ElIcon'] } } export {}