import type { ObserveEventCallback } from '@legendapp/state'; import { useObserve } from '@legendapp/state/react'; import type { FieldValues, UseWatchProps } from '../types'; export declare function useWatch(props: UseWatchProps, callback: (e: ObserveEventCallback) => void): ReturnType>; //# sourceMappingURL=use-watch.hook.d.ts.map