import { TEditor, Value } from "./TEditor"; /** * Get the marks that would be added to text at the current selection. */ export declare const getMarks: (editor: TEditor) => Partial>>>>> | null; //# sourceMappingURL=getMarks.d.ts.map