import type { Events } from '@prezly/events'; import type { PlatePlugin } from '@udecode/plate-common/react'; import type { EditorEventMap } from './types'; export declare function EventsPlugin(events: Events): PlatePlugin;