import { EditorState } from 'prosemirror-state'; export declare function tuiGetSelectedContent(state: EditorState, current?: string): string;