declare module "vue" { interface GlobalComponents { ElsInput: typeof import('./components')['ElsSelect']; ElsTextarea: typeof import('./components')['ElsTextarea']; ElsSelect: typeof import('./components')['ElsSelect']; ElsRadio: typeof import('./components')['ElsRadio']; ElsRadioButton: typeof import('./components')['ElsRadioButton']; ElsCheckbox: typeof import('./components')['ElsCheckbox']; ElsCheckboxButton: typeof import('./components')['ElsCheckboxButton']; ElsOption: typeof import('./components')['ElsOption']; ElsOptionGroup: typeof import('./components')['ElsOptionGroup']; ElsRow: typeof import('./components')['ElsRow']; ElsCol: typeof import('./components')['ElsCol']; ElsForm: typeof import('./components')['ElsForm']; ElsFormQuery: typeof import('./components')['ElsFormQuery']; ElsFormItem: typeof import('./components')['ElsFormItem']; ElsTable: typeof import('./components')['ElsTable']; ElsColumn: typeof import('./components')['ElsColumn']; ElsColumnBool: typeof import('./components')['ElsColumnBool']; ElsColumnCheckbox: typeof import('./components')['ElsColumnCheckbox']; ElsColumnEnum: typeof import('./components')['ElsColumnEnum']; ElsColumnExpand: typeof import('./components')['ElsColumnExpand']; ElsColumnHeader: typeof import('./components')['ElsColumnHeader']; ElsColumnImage: typeof import('./components')['ElsColumnImage']; ElsColumnOperate: typeof import('./components')['ElsColumnOperate']; ElsColumnSelect: typeof import('./components')['ElsColumnSelect']; ElsImage: typeof import('./components')['ElsImage']; ElsImageViewer: typeof import('./components')['ElsImageViewer']; ElsMenu: typeof import('./components')['ElsMenu']; ElsMenuItem: typeof import('./components')['ElsMenuItem']; ElsSubMenu: typeof import('./components')['ElsMenuSub']; ElsAutocomplete: typeof import('./components')['ElsAutocomplete']; ElsCascader: typeof import('./components')['ElsCascader']; ElsCascaderPanel: typeof import('./components')['ElsCascaderPanel']; ElsCollapseTransition: typeof import('./components')['ElsCollapseTransition']; ElsDialog: typeof import('./components')['ElsDialog']; ElsTimePicker: typeof import('./components')['ElsTimePicker']; ElsTimePickerRange: typeof import('./components')['ElsTimePickerRange']; ElsDatePicker: typeof import('./components')['ElsDatePicker']; ElsDatePickerRange: typeof import('./components')['ElsDatePickerRange']; ElsUpload: typeof import('./components')['ElsUpload']; ElsTree: typeof import('./components')['ElsTree']; ElsTreeSelect: typeof import('./components')['ElsTreeSelect']; ElsInputRange: typeof import('./components')['ElsInputRange']; ElsDrawer: typeof import('./components')['ElsDrawer']; ElsDropdownGroup: typeof import('./components')['ElsDropdownGroup']; ElsDropdown: typeof import('./components')['ElsDropdown']; ElsSlider: typeof import('./components')['ElsSlider']; ElsSwitch: typeof import('./components')['ElsSwitch']; ElsTabs: typeof import('./components')['ElsTabs']; ElsColorPicker: typeof import('./components')['ElsColorPicker']; ElsInputTag: typeof import('./components')['ElsInputTag']; ElsDynamicDesigner: typeof import('./components')['ElsDynamicDesigner']; ElsMenuContext: typeof import('./components')['ElsMenuContext']; ElsMenuDropdown: typeof import('./components')['ElsMenuDropdown']; ElsDataModal: typeof import('./components')['ElsDataModal']; ElsMenuTool: typeof import('./components')['ElsMenuTool']; ElsButtonExport: typeof import('./components')['ElsButtonExport']; ElsButtonSearch: typeof import('./components')['ElsButtonSearch']; ElsButtonSelect: typeof import('./components')['ElsButtonSelect']; ElsList: typeof import('./components')['ElsList']; ElsTip: typeof import('./components')['ElsTip']; ElsContainer: typeof import('./components')['ElsContainer']; ElsCaption: typeof import('./components')['ElsCaption']; ElsFormNode: typeof import('./components')['ElsFormNode']; ElsMdPreview: typeof import('./components')['ElsMdPreview']; ElsUEditor: typeof import('./components')['ElsUEditor']; ElsDynamicRender: typeof import('./components')['ElsRender']; ElsDynamicRenderAsync: typeof import('./components')['ElsRenderAsync']; ElsInputNumber: typeof import('./components')['ElsInputNumber']; ElsJsonViewer: typeof import('./components')['ElsJsonViewer']; ElsMdEditor: typeof import('./components')['ElsMdEditor']; ElsAceEditor: typeof import('./components')['ElsAceEditor']; ElsWangEditor: typeof import('./components')['ElsWangEditor']; ElsDynamicDesignerView: typeof import('./components')['ElsDesignerView']; ElsJsonEditor: typeof import('./components')['ElsJsonEditor']; ElsHighlight: typeof import('./components')['ElsHighlight']; ElsWorkPlan: typeof import('./components')['ElsWorkPlan']; ElsCron: typeof import('./components')['ElsCron']; ElsWorkFlow: typeof import('./components')['ElsWorkFlow']; ElsStampBadge: typeof import('./components')['ElsStampBadge']; ElsTiptapEditor: typeof import('./components')['ElsTiptapEditor']; ElsRequestForm: typeof import('./components')['ElsRequestForm']; } } export {};