import { MutableRefObject } from 'react'; import { PlatePlugin } from '@udecode/plate-common'; export declare const createEventEditorPlugin: () => PlatePlugin; export declare const useFocusEvents: ({ editorWrapperRef, editorId, isReadonly, }: { editorId: string; isReadonly?: boolean; editorWrapperRef: MutableRefObject; }) => void; //# sourceMappingURL=eventEditorPlugin.d.ts.map