import { Plugin } from "vue"; import Editor from "./editor"; declare const EditorPlugin: Plugin; export { Editor }; export default EditorPlugin;