import { Editor } from 'slate-vue3/core'; export declare function insertBreak(editor: Editor): true | undefined;