import { TEditor } from '@udecode/slate-plugins-core'; /** * Remove mark and trigger `onChange` if collapsed selection. */ export declare const removeMark: (editor: TEditor, { key, shouldChange, }: { key: string; shouldChange?: boolean | undefined; }) => void; //# sourceMappingURL=removeMark.d.ts.map