import type { DeepPartial, FieldValues, UseFormReturn } from 'react-hook-form'; interface UseWatchFormProps extends Pick, 'control'>, Partial, 'reset'>> { initialValues?: F; onChange?: (values: DeepPartial) => void; } export declare function useWatchForm(options: UseWatchFormProps): void; export {}; //# sourceMappingURL=useWatchForm.d.ts.map