import { type Editor } from '@tiptap/react'; import type { OnChangeTextEvent } from '../types'; import type { NativeSyntheticEvent } from 'react-native'; export declare const useOnChangeText: (editor: Editor, onChangeText?: (e: NativeSyntheticEvent) => void) => void; //# sourceMappingURL=useOnChangeText.d.ts.map