import type { DefineComponent, ConcreteComponent } from 'vue' import type { VxeUIPluginRenderElementOptions } from '../../types' export const globalConfig: VxeUIPluginRenderElementOptions = {} export const componentMaps: Record = {}