import { TEditor } from '@udecode/slate-plugins-core'; /** * Add/remove marks in the selection. * @param key mark to toggle * @param clear marks to clear when adding mark */ export declare const toggleMark: (editor: TEditor, key: string, clear?: string | string[]) => void; //# sourceMappingURL=toggleMark.d.ts.map