import { TEditor } from '@udecode/slate-plugins-core'; /** * Set marks to selected text. */ export declare const setMarks: (editor: TEditor, marks: Record, clear?: string | string[]) => void; //# sourceMappingURL=setMarks.d.ts.map