/**
 * @description create editor
 * @author wangfupeng
 */
export default function (options?: any): import("@wangeditor/editor").IDomEditor;
