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