// GlobalComponents for Volar declare module 'vue' { export interface GlobalComponents { TwAffix: typeof import('tw-element')['TwAffix'] TwAlert: typeof import('tw-element')['TwAlert'] TwAside: typeof import('tw-element')['TwAside'] TwAutocomplete: typeof import('tw-element')['TwAutocomplete'] TwAvatar: typeof import('tw-element')['TwAvatar'] TwBacktop: typeof import('tw-element')['TwBacktop'] TwBadge: typeof import('tw-element')['TwBadge'] TwBreadcrumb: typeof import('tw-element')['TwBreadcrumb'] TwBreadcrumbItem: typeof import('tw-element')['TwBreadcrumbItem'] TwButton: typeof import('tw-element')['TwButton'] TwButtonGroup: typeof import('tw-element')['TwButtonGroup'] TwCalendar: typeof import('tw-element')['TwCalendar'] TwCard: typeof import('tw-element')['TwCard'] TwCarousel: typeof import('tw-element')['TwCarousel'] TwCarouselItem: typeof import('tw-element')['TwCarouselItem'] TwCascader: typeof import('tw-element')['TwCascader'] TwCascaderPanel: typeof import('tw-element')['TwCascaderPanel'] TwCheckbox: typeof import('tw-element')['TwCheckbox'] TwCheckboxButton: typeof import('tw-element')['TwCheckboxButton'] TwCheckboxGroup: typeof import('tw-element')['TwCheckboxGroup'] TwCol: typeof import('tw-element')['TwCol'] TwCollapse: typeof import('tw-element')['TwCollapse'] TwCollapseItem: typeof import('tw-element')['TwCollapseItem'] TwCollapseTransition: typeof import('tw-element')['TwCollapseTransition'] TwColorPicker: typeof import('tw-element')['TwColorPicker'] TwContainer: typeof import('tw-element')['TwContainer'] TwConfigProvider: typeof import('tw-element')['TwConfigProvider'] TwDatePicker: typeof import('tw-element')['TwDatePicker'] TwDialog: typeof import('tw-element')['TwDialog'] TwDivider: typeof import('tw-element')['TwDivider'] TwDrawer: typeof import('tw-element')['TwDrawer'] TwDropdown: typeof import('tw-element')['TwDropdown'] TwDropdownItem: typeof import('tw-element')['TwDropdownItem'] TwDropdownMenu: typeof import('tw-element')['TwDropdownMenu'] TwEmpty: typeof import('tw-element')['TwEmpty'] TwFooter: typeof import('tw-element')['TwFooter'] TwForm: typeof import('tw-element')['TwForm'] TwFormItem: typeof import('tw-element')['TwFormItem'] TwHeader: typeof import('tw-element')['TwHeader'] TwIcon: typeof import('tw-element')['TwIcon'] TwImage: typeof import('tw-element')['TwImage'] TwImageViewer: typeof import('tw-element')['TwImageViewer'] TwInput: typeof import('tw-element')['TwInput'] TwInputNumber: typeof import('tw-element')['TwInputNumber'] TwLink: typeof import('tw-element')['TwLink'] TwMain: typeof import('tw-element')['TwMain'] TwMenu: typeof import('tw-element')['TwMenu'] TwMenuItem: typeof import('tw-element')['TwMenuItem'] TwMenuItemGroup: typeof import('tw-element')['TwMenuItemGroup'] TwOption: typeof import('tw-element')['TwOption'] TwOptionGroup: typeof import('tw-element')['TwOptionGroup'] TwPageHeader: typeof import('tw-element')['TwPageHeader'] TwPagination: typeof import('tw-element')['TwPagination'] TwPopconfirm: typeof import('tw-element')['TwPopconfirm'] TwPopper: typeof import('tw-element')['TwPopper'] TwProgress: typeof import('tw-element')['TwProgress'] TwRadio: typeof import('tw-element')['TwRadio'] TwRadioButton: typeof import('tw-element')['TwRadioButton'] TwRadioGroup: typeof import('tw-element')['TwRadioGroup'] TwRate: typeof import('tw-element')['TwRate'] TwRow: typeof import('tw-element')['TwRow'] TwScrollbar: typeof import('tw-element')['TwScrollbar'] TwSelect: typeof import('tw-element')['TwSelect'] TwSlider: typeof import('tw-element')['TwSlider'] TwStep: typeof import('tw-element')['TwStep'] TwSteps: typeof import('tw-element')['TwSteps'] TwSubMenu: typeof import('tw-element')['TwSubMenu'] TwSwitch: typeof import('tw-element')['TwSwitch'] TwTabPane: typeof import('tw-element')['TwTabPane'] TwTable: typeof import('tw-element')['TwTable'] TwTableColumn: typeof import('tw-element')['TwTableColumn'] TwTabs: typeof import('tw-element')['TwTabs'] TwTag: typeof import('tw-element')['TwTag'] TwTimePicker: typeof import('tw-element')['TwTimePicker'] TwTimeSelect: typeof import('tw-element')['TwTimeSelect'] TwTimeline: typeof import('tw-element')['TwTimeline'] TwTimelineItem: typeof import('tw-element')['TwTimelineItem'] TwTooltip: typeof import('tw-element')['TwTooltip'] TwTransfer: typeof import('tw-element')['TwTransfer'] TwTree: typeof import('tw-element')['TwTree'] TwTreeV2: typeof import('tw-element')['TwTreeV2'] TwUpload: typeof import('tw-element')['TwUpload'] TwSpace: typeof import('tw-element')['TwSpace'] TwSkeleton: typeof import('tw-element')['TwSkeleton'] TwSkeletonItem: typeof import('tw-element')['TwSkeletonItem'] TwCheckTag: typeof import('tw-element')['TwCheckTag'] TwDescriptions: typeof import('tw-element')['TwDescriptions'] TwDescriptionsItem: typeof import('tw-element')['TwDescriptionsItem'] TwResult: typeof import('tw-element')['TwResult'] TwSelectV2: typeof import('tw-element')['TwSelectV2'] } } declare module '@vue/runtime-core' { interface ComponentCustomProperties { $message: typeof import('tw-element')['TwMessage'] $notify: typeof import('tw-element')['TwNotification'] $msgbox: typeof import('tw-element')['TwMessageBox'] $messageBox: typeof import('tw-element')['TwMessageBox'] $alert: typeof import('tw-element')['TwMessageBox']['alert'] $confirm: typeof import('tw-element')['TwMessageBox']['confirm'] $prompt: typeof import('tw-element')['TwMessageBox']['prompt'] $loading: typeof import('tw-element')['TwLoadingService'] } } export {}