// GlobalComponents for Volar declare module '@vue/runtime-core' { export interface GlobalComponents { Alert: typeof import('@talkwed/component-ui')['Alert']; BackgroundCore: typeof import('@talkwed/component-ui')['BackgroundCore']; BackgroundV2: typeof import('@talkwed/component-ui')['BackgroundV2']; Breadcrumb: typeof import('@talkwed/component-ui')['Breadcrumb']; BreadcrumbItem: typeof import('@talkwed/component-ui')['BreadcrumbItem']; Button: typeof import('@talkwed/component-ui')['Button']; Carousel: typeof import('@talkwed/component-ui')['Carousel']; Checkbox: typeof import('@talkwed/component-ui')['Checkbox']; CheckboxGroup: typeof import('@talkwed/component-ui')['CheckboxGroup']; Classification: typeof import('@talkwed/component-ui')['Classification']; Collapse: typeof import('@talkwed/component-ui')['Collapse']; CollapseItem: typeof import('@talkwed/component-ui')['CollapseItem']; CollapseTransition: typeof import('@talkwed/component-ui')['CollapseTransition']; ColorBar: typeof import('@talkwed/component-ui')['ColorBar']; ColorBarV2: typeof import('@talkwed/component-ui')['ColorBarV2']; Colorpicker: typeof import('@talkwed/component-ui')['Colorpicker']; ColorPickerV2: typeof import('@talkwed/component-ui')['ColorPickerV2']; Dialog: typeof import('@talkwed/component-ui')['Dialog']; Dropdown: typeof import('@talkwed/component-ui')['Dropdown']; DropdownMenu: typeof import('@talkwed/component-ui')['DropdownMenu']; DropdownMenuDivider: typeof import('@talkwed/component-ui')['DropdownMenuDivider']; DropdownMenuItem: typeof import('@talkwed/component-ui')['DropdownMenuItem']; Footer: typeof import('@talkwed/component-ui')['Footer']; Form: typeof import('@talkwed/component-ui')['Form']; FormItem: typeof import('@talkwed/component-ui')['FormItem']; Gallery: typeof import('@talkwed/component-ui')['Gallery']; Input: typeof import('@talkwed/component-ui')['Input']; InputNumber: typeof import('@talkwed/component-ui')['InputNumber']; IOLazy: typeof import('@talkwed/component-ui')['IOLazy']; LockRatio: typeof import('@talkwed/component-ui')['LockRatio']; Modal: typeof import('@talkwed/component-ui')['Modal']; Page: typeof import('@talkwed/component-ui')['Page']; Photo: typeof import('@talkwed/component-ui')['Photo']; PhotoGroup: typeof import('@talkwed/component-ui')['PhotoGroup']; PhotoList: typeof import('@talkwed/component-ui')['PhotoList']; Popover: typeof import('@talkwed/component-ui')['Popover']; Popup: typeof import('@talkwed/component-ui')['Popup']; Radio: typeof import('@talkwed/component-ui')['Radio']; RadioGroup: typeof import('@talkwed/component-ui')['RadioGroup']; Scrollbar: typeof import('@talkwed/component-ui')['Scrollbar']; Select: typeof import('@talkwed/component-ui')['Select']; SelectItem: typeof import('@talkwed/component-ui')['SelectItem']; SelectColumn: typeof import('@talkwed/component-ui')['SelectColumn']; SelectDropdown: typeof import('@talkwed/component-ui')['SelectDropdown']; SelectFilter: typeof import('@talkwed/component-ui')['SelectFilter']; SelectGraphic: typeof import('@talkwed/component-ui')['SelectGraphic']; SelectInput: typeof import('@talkwed/component-ui')['SelectInput']; Slider: typeof import('@talkwed/component-ui')['Slider']; SvgIcon: typeof import('@talkwed/component-ui')['SvgIcon']; Switch: typeof import('@talkwed/component-ui')['Switch']; TabPane: typeof import('@talkwed/component-ui')['TabPane']; Table: typeof import('@talkwed/component-ui')['Table']; Tabs: typeof import('@talkwed/component-ui')['Tabs']; Tag: typeof import('@talkwed/component-ui')['Tag']; TagGroup: typeof import('@talkwed/component-ui')['TagGroup']; TextStyleSettings: typeof import('@talkwed/component-ui')['TextStyleSettings']; Tooltip: typeof import('@talkwed/component-ui')['Tooltip']; TooltipImg: typeof import('@talkwed/component-ui')['TooltipImg']; Transfer: typeof import('@talkwed/component-ui')['Transfer']; VirtualList: typeof import('@talkwed/component-ui')['VirtualList']; } interface ComponentCustomProperties { $popup: typeof import('@talkwed/component-ui')['ModalBox']; } } export {};