import { EditorView } from '@tiptap/pm/view';
export declare function posToDOMRect(view: EditorView, from: number, to: number): DOMRect;
