/**
 * @description helper
 * @author wangfupeng
 */
import { IDomEditor } from '@wangeditor-next/core';
import { Node } from 'slate';
export declare function isMenuDisabled(editor: IDomEditor, _mark?: string): boolean;
export declare function removeMarks(editor: IDomEditor, textNode: Node): void;
