import { IDomEditor } from '@wangeditor-next/core';
/** 清空所有标记（文本样式） */
export declare function clearAllMarks(editor: IDomEditor): void;
