declare module "vue" {
  interface GlobalComponents {
    ProLayout: typeof import("@vrx-arco/pro-layout").ProLayout
    PageWrapper: typeof import("@vrx-arco/pro-layout").PageWrapper
  }
};
  
export {};