declare module '@vue/runtime-core' { export interface GlobalComponents { weuiActionSheet: typeof import('vue-weui-next')['ActionSheet']; weuiAlert: typeof import('vue-weui-next')['Alert']; weuiArticle: typeof import('vue-weui-next')['Article']; weuiBadge: typeof import('vue-weui-next')['Badge']; weuiButton: typeof import('vue-weui-next')['Button']; weuiCell: typeof import('vue-weui-next')['Cell']; weuiCells: typeof import('vue-weui-next')['Cells']; weuiDatePicker: typeof import('vue-weui-next')['DatePicker']; weuiDialog: typeof import('vue-weui-next')['Dialog']; weuiFlex: typeof import('vue-weui-next')['Flex']; weuiFlexItem: typeof import('vue-weui-next')['FlexItem']; weuiFooter: typeof import('vue-weui-next')['Footer']; weuiFooterLink: typeof import('vue-weui-next')['FooterLink']; weuiForm: typeof import('vue-weui-next')['Form']; weuiFormGroup: typeof import('vue-weui-next')['FormGroup']; weuiFormItem: typeof import('vue-weui-next')['FormItem']; weuiGallery: typeof import('vue-weui-next')['Gallery']; weuiGrid: typeof import('vue-weui-next')['Grid']; weuiGrids: typeof import('vue-weui-next')['Grids']; weuiHalfScreenDialog: typeof import('vue-weui-next')['HalfScreenDialog']; weuiIcon: typeof import('vue-weui-next')['Icon']; weuiInput: typeof import('vue-weui-next')['Input']; weuiLoading: typeof import('vue-weui-next')['Loading']; weuiLoadmore: typeof import('vue-weui-next')['Loadmore']; weuiMask: typeof import('vue-weui-next')['Mask']; weuiMediaBox: typeof import('vue-weui-next')['MediaBox']; weuiMsg: typeof import('vue-weui-next')['Msg']; weuiNavbar: typeof import('vue-weui-next')['Navbar']; weuiNavbarItem: typeof import('vue-weui-next')['NavbarItem']; weuiPanel: typeof import('vue-weui-next')['Panel']; weuiPicker: typeof import('vue-weui-next')['Picker']; weuiPreview: typeof import('vue-weui-next')['Preview']; weuiPreviewBtn: typeof import('vue-weui-next')['PreviewBtn']; weuiPreviewItem: typeof import('vue-weui-next')['PreviewItem']; weuiProgress: typeof import('vue-weui-next')['Progress']; weuiSearchbar: typeof import('vue-weui-next')['Searchbar']; weuiSlider: typeof import('vue-weui-next')['Slider']; weuiStepItem: typeof import('vue-weui-next')['StepItem']; weuiSteps: typeof import('vue-weui-next')['Steps']; weuiSwitch: typeof import('vue-weui-next')['Switch']; weuiTabbar: typeof import('vue-weui-next')['Tabbar']; weuiTabbarItem: typeof import('vue-weui-next')['TabbarItem']; weuiTextarea: typeof import('vue-weui-next')['Textarea']; weuiTimePicker: typeof import('vue-weui-next')['TimePicker']; weuiToast: typeof import('vue-weui-next')['Toast']; weuiUploader: typeof import('vue-weui-next')['Uploader']; } } export {};