import type { BlockNoteEditor } from "@blocknote/core";
export declare function useEditorSelectionBoundingBox(enabled?: boolean, editor?: BlockNoteEditor<any, any, any>): DOMRect | undefined;
