import { VxeUIExport } from 'vxe-pc-ui' /** * 基于 Vxe UI 的扩展插件,提供一些常用的渲染器 */ export declare const VxeUIPluginRenderChart: { install (VxeUI: VxeUIExport): void } export default VxeUIPluginRenderChart