// GlobalComponents for Volar // Read more: https://github.com/vuejs/core/pull/3399 export declare module 'vue' { export type GlobalComponents = typeof import('./es')['components'] } export {};