import type { UseMfaActivateConfirmOptions } from './types'; declare const useMfaActivateConfirm: ({ method, validationSchema, defaultValues, ApiClass, enableFormApiErrors, options, }: UseMfaActivateConfirmOptions) => { form: { handleSubmit: any; watch: import("react-hook-form").UseFormWatch<{ [x: string]: any; }>; getValues: import("react-hook-form").UseFormGetValues<{ [x: string]: any; }>; getFieldState: import("react-hook-form").UseFormGetFieldState<{ [x: string]: any; }>; setError: import("react-hook-form").UseFormSetError<{ [x: string]: any; }>; clearErrors: import("react-hook-form").UseFormClearErrors<{ [x: string]: any; }>; setValue: import("react-hook-form").UseFormSetValue<{ [x: string]: any; }>; trigger: import("react-hook-form").UseFormTrigger<{ [x: string]: any; }>; formState: import("react-hook-form").FormState<{ [x: string]: any; }>; resetField: import("react-hook-form").UseFormResetField<{ [x: string]: any; }>; reset: import("react-hook-form").UseFormReset<{ [x: string]: any; }>; unregister: import("react-hook-form").UseFormUnregister<{ [x: string]: any; }>; control: import("react-hook-form").Control<{ [x: string]: any; }, unknown, { [x: string]: any; }>; register: import("react-hook-form").UseFormRegister<{ [x: string]: any; }>; setFocus: import("react-hook-form").UseFormSetFocus<{ [x: string]: any; }>; subscribe: import("react-hook-form").UseFromSubscribe<{ [x: string]: any; }>; }; mutation: import("@tanstack/react-query").UseMutationResult; }; export default useMfaActivateConfirm; //# sourceMappingURL=index.d.ts.map