import { DefaultEditor } from './types'; /** * 创建编辑器 */ export declare function createEditor(): DefaultEditor; //# sourceMappingURL=editor.d.ts.map