/**
 * @description 上传文件
 * @author wangfupeng
 */
import { IDomEditor } from '@wangeditor-next/core';
/**
 * 上传图片
 * @param editor editor
 * @param files files
 */
export default function (editor: IDomEditor, files: FileList | null): Promise<void>;
