import type { RicosTiptapEditorProps } from '../../types'; export declare const useEditorSideEffects: ({ editor, onUpdate, onSelectionUpdate, }: { editor: RicosTiptapEditorProps['editor']; onUpdate: RicosTiptapEditorProps['onUpdate']; onSelectionUpdate: RicosTiptapEditorProps['onSelectionUpdate']; }) => void; //# sourceMappingURL=use-editor-side-effects.d.ts.map