export function useFormInstance(): { watch: import("react-hook-form").UseFormWatch; getValues: import("react-hook-form").UseFormGetValues; getFieldState: import("react-hook-form").UseFormGetFieldState; setError: import("react-hook-form").UseFormSetError; clearErrors: import("react-hook-form").UseFormClearErrors; setValue: import("react-hook-form").UseFormSetValue; trigger: import("react-hook-form").UseFormTrigger; formState: import("react-hook-form").FormState; resetField: import("react-hook-form").UseFormResetField; reset: import("react-hook-form").UseFormReset; handleSubmit: import("react-hook-form").UseFormHandleSubmit; unregister: import("react-hook-form").UseFormUnregister; control: import("react-hook-form").Control; register: import("react-hook-form").UseFormRegister; setFocus: import("react-hook-form").UseFormSetFocus; }; export function useFormFieldError(name: any): any; //# sourceMappingURL=useFormInstance.d.ts.map