import { type EditorState } from '@tiptap/pm/state'; export declare function tuiGetSelectedContent(state: EditorState, current?: string): string;