import { EditorPluginKit } from '../../types/plugin-types'; /** * 基础编辑器插件集合(静态渲染用) * * 仅包含核心功能插件,不包含: * - UI 交互组件 * - AI 功能 * - 协作功能(评论、建议等) * * 适用场景: * - HTML 序列化/反序列化 * - 静态内容渲染 * - 服务端渲染 * - 自定义 UI 场景 */ export declare const BaseEditorKit: EditorPluginKit;