import type { BlockNoteEditor } from "@blocknote/core";
export declare function useEditorContentOrSelectionChange(callback: () => void, editor?: BlockNoteEditor<any, any, any>): void;
