import { EditorView } from "prosemirror-view"; export declare function useStopEvent(stopEvent: (view: EditorView, event: Event) => boolean): void;