import { type Editor } from '@tiptap/react'; import type { NativeSyntheticEvent } from 'react-native'; export declare const useOnEditorChange: (editor: Editor, handler: ((e: NativeSyntheticEvent) => void) | undefined, getValue: (editor: Editor) => string) => void; //# sourceMappingURL=useOnEditorChange.d.ts.map