import { Editor } from '@tiptap/core'; export declare function getEditorContainerDOMSize(editor: Editor): { width: number; };