import type { EditorView } from 'prosemirror-view'; export declare const execAfterPaint: (fn: () => void) => void; export declare const atEndOfPanel: (view?: EditorView) => number | false | null; export declare const switchTabByElem: (tabElem: HTMLElement) => void; export declare const switchTabById: (container: HTMLElement, tabId: string) => void;