import { Editor } from 'slate'; /** * Get the selected text. * Return empty string if no selection. */ export declare function getSelectionText(editor: Editor): string;