import type { RefObject } from 'react'; import type { EditorEventHandlers } from '../events'; import type { EditorRef } from './types'; export declare function useEditorEvents(editorRef: RefObject | undefined, handlers: Partial): void;