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