declare module 'vue' { export interface GlobalComponents { VarActionSheet: typeof import('@varlet-vue2/ui')['_ActionSheetComponent'] VarAppBar: typeof import('@varlet-vue2/ui')['_AppBarComponent'] VarBackTop: typeof import('@varlet-vue2/ui')['_BackTopComponent'] VarBadge: typeof import('@varlet-vue2/ui')['_BadgeComponent'] VarBottomNavigation: typeof import('@varlet-vue2/ui')['_BottomNavigationComponent'] VarBottomNavigationItem: typeof import('@varlet-vue2/ui')['_BottomNavigationItemComponent'] VarButton: typeof import('@varlet-vue2/ui')['_ButtonComponent'] VarCard: typeof import('@varlet-vue2/ui')['_CardComponent'] VarCell: typeof import('@varlet-vue2/ui')['_CellComponent'] VarCheckbox: typeof import('@varlet-vue2/ui')['_CheckboxComponent'] VarCheckboxGroup: typeof import('@varlet-vue2/ui')['_CheckboxGroupComponent'] VarChip: typeof import('@varlet-vue2/ui')['_ChipComponent'] VarCol: typeof import('@varlet-vue2/ui')['_ColComponent'] VarCollapse: typeof import('@varlet-vue2/ui')['_CollapseComponent'] VarCollapseItem: typeof import('@varlet-vue2/ui')['_CollapseItemComponent'] VarCountdown: typeof import('@varlet-vue2/ui')['_CountdownComponent'] VarCounter: typeof import('@varlet-vue2/ui')['_CounterComponent'] VarDatePicker: typeof import('@varlet-vue2/ui')['_DatePickerComponent'] VarDialog: typeof import('@varlet-vue2/ui')['_DialogComponent'] VarDivider: typeof import('@varlet-vue2/ui')['_DividerComponent'] VarForm: typeof import('@varlet-vue2/ui')['_FormComponent'] VarIcon: typeof import('@varlet-vue2/ui')['_IconComponent'] VarImage: typeof import('@varlet-vue2/ui')['_ImageComponent'] VarImagePreview: typeof import('@varlet-vue2/ui')['_ImagePreviewComponent'] VarIndexAnchor: typeof import('@varlet-vue2/ui')['_IndexAnchorComponent'] VarIndexBar: typeof import('@varlet-vue2/ui')['_IndexBarComponent'] VarInput: typeof import('@varlet-vue2/ui')['_InputComponent'] VarLazy: typeof import('@varlet-vue2/ui')['_LazyComponent'] VarList: typeof import('@varlet-vue2/ui')['_ListComponent'] VarLoading: typeof import('@varlet-vue2/ui')['_LoadingComponent'] VarLocale: typeof import('@varlet-vue2/ui')['_LocaleComponent'] VarMenu: typeof import('@varlet-vue2/ui')['_MenuComponent'] VarOption: typeof import('@varlet-vue2/ui')['_OptionComponent'] VarPagination: typeof import('@varlet-vue2/ui')['_PaginationComponent'] VarPicker: typeof import('@varlet-vue2/ui')['_PickerComponent'] VarProgress: typeof import('@varlet-vue2/ui')['_ProgressComponent'] VarPullRefresh: typeof import('@varlet-vue2/ui')['_PullRefreshComponent'] VarRadio: typeof import('@varlet-vue2/ui')['_RadioComponent'] VarRadioGroup: typeof import('@varlet-vue2/ui')['_RadioGroupComponent'] VarRate: typeof import('@varlet-vue2/ui')['_RateComponent'] VarRipple: typeof import('@varlet-vue2/ui')['_RippleComponent'] VarRow: typeof import('@varlet-vue2/ui')['_RowComponent'] VarSelect: typeof import('@varlet-vue2/ui')['_SelectComponent'] VarSkeleton: typeof import('@varlet-vue2/ui')['_SkeletonComponent'] VarSlider: typeof import('@varlet-vue2/ui')['_SliderComponent'] VarSnackbar: typeof import('@varlet-vue2/ui')['_SnackbarComponent'] VarSpace: typeof import('@varlet-vue2/ui')['_SpaceComponent'] VarStep: typeof import('@varlet-vue2/ui')['_StepComponent'] VarSteps: typeof import('@varlet-vue2/ui')['_StepsComponent'] VarSticky: typeof import('@varlet-vue2/ui')['_StickyComponent'] VarSwipe: typeof import('@varlet-vue2/ui')['_SwipeComponent'] VarSwipeItem: typeof import('@varlet-vue2/ui')['_SwipeItemComponent'] VarSwitch: typeof import('@varlet-vue2/ui')['_SwitchComponent'] VarTab: typeof import('@varlet-vue2/ui')['_TabComponent'] VarTabItem: typeof import('@varlet-vue2/ui')['_TabItemComponent'] VarTable: typeof import('@varlet-vue2/ui')['_TableComponent'] VarTabs: typeof import('@varlet-vue2/ui')['_TabsComponent'] VarTabsItems: typeof import('@varlet-vue2/ui')['_TabsItemsComponent'] VarTimePicker: typeof import('@varlet-vue2/ui')['_TimePickerComponent'] VarUploader: typeof import('@varlet-vue2/ui')['_UploaderComponent'] } } export {}