import type { LexicalEditor } from 'lexical'; export declare type LexicalRegisterParams = { editor: LexicalEditor; updateToolbar: () => void; }; export declare const registerLexicalEvents: ({ editor, updateToolbar, }: LexicalRegisterParams) => () => void; //# sourceMappingURL=register-lexical-events.d.ts.map