import { BaseEditor } from 'slate'; /** * If some text is inserted while the cursor is at end or at the start of the text node having the * inline properties, the marks of the inline properties will not be carried forward to the new inserted text. */ export declare function stopAddingInlineProperties(editor: BaseEditor): void;