import type { Plugin } from 'vue'; /** * Vue 插件 — 一键安装 Section Renderer SDK * 使用: app.use(SectionRendererPlugin) */ export declare const SectionRendererPlugin: Plugin;