import type { LexicalEditor } from 'lexical'; import type { ToolbarAction } from './toolbar-state'; export declare const synchronizeToolbarState: (dispatch: (value: ToolbarAction) => void, editor: LexicalEditor) => void; //# sourceMappingURL=synchronize-toolbar-state.d.ts.map