import { EditorView } from '@tiptap/pm/view'; export declare function getElementContentWidth(element: any): number; export declare const selectionCellInfo: (view: EditorView) => { isInTableCel: boolean; tableCellWidth: number; }; //# sourceMappingURL=selectionInfo.d.ts.map