/**
 * @description attachment plugin
 * @author wangfupeng
 */
import { IDomEditor } from '@wangeditor/editor';
declare function withAttachment<T extends IDomEditor>(editor: T): T;
export default withAttachment;
