declare module 'vue' { // GlobalComponents for Volar export interface GlobalComponents { UiButton: typeof import('./components/button')['UiButton'] UiVerifition: typeof import('./components/verifition')['UiVerifition'] UiConfigProvider: typeof import('./components/config-provider')['UiConfigProvider'] } } export {}