import { type Editor } from '@tiptap/react'; import type { OnChangeStateEvent } from '../types'; import type { NativeSyntheticEvent } from 'react-native'; import type { HtmlStyle } from '../types'; export declare const useOnChangeState: (editor: Editor | null, htmlStyle: Required, onChangeState?: (e: NativeSyntheticEvent) => void) => void; //# sourceMappingURL=useOnChangeState.d.ts.map