declare module "vue" { export interface GlobalComponents { xButton: typeof import("xplus")["xButton"]; xButtonIcon: typeof import("xplus")["xButtonIcon"]; xBadge: typeof import("xplus")["xBadge"]; xDivider: typeof import("xplus")["xDivider"]; xAlert: typeof import("xplus")["xAlert"]; xAlertRule: typeof import("xplus")["xAlertRule"]; xBreadcrumb: typeof import("xplus")["xBreadcrumb"]; xIcon: typeof import("xplus")["xIcon"]; xCheckbox: typeof import("xplus")["xCheckbox"]; xCheckboxGroup: typeof import("xplus")["xCheckboxGroup"]; xDatePicker: typeof import("xplus")["xDatePicker"]; xDropdown: typeof import("xplus")["xDropdown"]; xDropdownItem: typeof import("xplus")["xDropdownItem"]; xDropdownOp: typeof import("xplus")["xDropdownOp"]; xFilterGroup: typeof import("xplus")["xFilterGroup"]; xForm: typeof import("xplus")["xForm"]; xFormItem: typeof import("xplus")["xFormItem"]; xImage: typeof import("xplus")["xImage"]; xInput: typeof import("xplus")["xInput"]; xInputAffix: typeof import("xplus")["xInputAffix"]; xInputSearchMore: typeof import("xplus")["xInputSearchMore"]; xSelect: typeof import("xplus")["xSelect"]; xOption: typeof import("xplus")["xOption"]; xSelectMore: typeof import("xplus")["xSelectMore"]; xSelectSingleTree: typeof import("xplus")["xSelectSingleTree"]; xSelectTree: typeof import("xplus")["xSelectTree"]; xTree: typeof import("xplus")["xTree"]; xPagination: typeof import("xplus")["xPagination"]; xPopUp: typeof import("xplus")["xPopUp"]; xPopover: typeof import("xplus")["xPopover"]; xTableImage: typeof import("xplus")["xTableImage"]; xProgress: typeof import("xplus")["xProgress"]; xRadioGroup: typeof import("xplus")["xRadioGroup"]; xRadio: typeof import("xplus")["xRadio"]; xRadioButton: typeof import("xplus")["xRadioButton"]; xRate: typeof import("xplus")["xRate"]; xSpace: typeof import("xplus")["xSpace"]; xStep: typeof import("xplus")["xStep"]; xSteps: typeof import("xplus")["xSteps"]; xSwitch: typeof import("xplus")["xSwitch"]; xTabs: typeof import("xplus")["xTabs"]; xTag: typeof import("xplus")["xTag"]; xTimeline: typeof import("xplus")["xTimeline"]; xTimelineItem: typeof import("xplus")["xTimelineItem"]; xTooltip: typeof import("xplus")["xTooltip"]; xTooltipIcon: typeof import("xplus")["xTooltipIcon"]; xTransfer: typeof import("xplus")["xTransfer"]; xVxeTable: typeof import("xplus")["xVxeTable"]; xDragRowTable: typeof import("xplus")["xDragRowTable"]; xMergeColumnTable: typeof import("xplus")["xMergeColumnTable"]; xMergeRowTable: typeof import("xplus")["xMergeRowTable"]; xInputComposeSelect: typeof import("xplus")["xInputComposeSelect"]; xSelectLikeInput: typeof import("xplus")["xSelectLikeInput"]; xSelectComposeDatePicker: typeof import("xplus")["xSelectComposeDatePicker"]; } } export {};