declare module "vue" {
  interface GlobalComponents {
    ThemeDarkLight: typeof import("@vrx-arco/pro-components").ThemeDarkLight
    ToggleFullScreen: typeof import("@vrx-arco/pro-components").ToggleFullScreen
    AvatarDropDown: typeof import("@vrx-arco/pro-components").AvatarDropDown
    LoginForm: typeof import("@vrx-arco/pro-components").LoginForm
    LoginPage: typeof import("@vrx-arco/pro-components").LoginPage
    SearchLayout: typeof import("@vrx-arco/pro-components").SearchLayout
    SearchLayoutHeader: typeof import("@vrx-arco/pro-components").SearchLayoutHeader
    SearchLayoutContent: typeof import("@vrx-arco/pro-components").SearchLayoutContent
    ProCardList: typeof import("@vrx-arco/pro-components").ProCardList
    ProCardMeta: typeof import("@vrx-arco/pro-components").ProCardMeta
    ProPagination: typeof import("@vrx-arco/pro-components").ProPagination
    ProList: typeof import("@vrx-arco/pro-components").ProList
    SearchBar: typeof import("@vrx-arco/pro-components").SearchBar
    SearchBarItem: typeof import("@vrx-arco/pro-components").SearchBarItem
    FormGridItem: typeof import("@vrx-arco/pro-components").FormGridItem
    FormGrid: typeof import("@vrx-arco/pro-components").FormGrid
    EditFormDialog: typeof import("@vrx-arco/pro-components").EditFormDialog
    SpaceDivider: typeof import("@vrx-arco/pro-components").SpaceDivider
  }
};
  
export {};