|  |  | @@ -5,7 +5,6 @@ declare global { | 
		
	
		
			
			|  |  |  | const ElForm: typeof import('element-plus/es')['ElForm'] | 
		
	
		
			
			|  |  |  | const ElMessage: typeof import('element-plus/es')['ElMessage'] | 
		
	
		
			
			|  |  |  | const ElMessageBox: typeof import('element-plus/es')['ElMessageBox'] | 
		
	
		
			
			|  |  |  | const ElTree: typeof import('element-plus/es')['ElTree'] | 
		
	
		
			
			|  |  |  | const asyncComputed: typeof import('@vueuse/core')['asyncComputed'] | 
		
	
		
			
			|  |  |  | const autoResetRef: typeof import('@vueuse/core')['autoResetRef'] | 
		
	
		
			
			|  |  |  | const computed: typeof import('vue')['computed'] | 
		
	
	
		
			
				|  |  | @@ -275,7 +274,6 @@ declare module 'vue' { | 
		
	
		
			
			|  |  |  | readonly ElForm: UnwrapRef<typeof import('element-plus/es')['ElForm']> | 
		
	
		
			
			|  |  |  | readonly ElMessage: UnwrapRef<typeof import('element-plus/es')['ElMessage']> | 
		
	
		
			
			|  |  |  | readonly ElMessageBox: UnwrapRef<typeof import('element-plus/es')['ElMessageBox']> | 
		
	
		
			
			|  |  |  | readonly ElTree: UnwrapRef<typeof import('element-plus/es')['ElTree']> | 
		
	
		
			
			|  |  |  | readonly asyncComputed: UnwrapRef<typeof import('@vueuse/core')['asyncComputed']> | 
		
	
		
			
			|  |  |  | readonly autoResetRef: UnwrapRef<typeof import('@vueuse/core')['autoResetRef']> | 
		
	
		
			
			|  |  |  | readonly computed: UnwrapRef<typeof import('vue')['computed']> | 
		
	
	
		
			
				|  |  | 
 |