import { TEditor } from '@udecode/slate-plugins-core'; /** * Get the selected text. * Return empty string if no selection. */ export declare const getSelectionText: (editor: TEditor) => string; //# sourceMappingURL=getSelectionText.d.ts.map