import type { UseFormControllerOptions, UseFormControllerResult } from '../../types/form'; export declare function useFormController({ fields, initialValues, values: controlledValues, errors: externalErrors, onChange, onSubmit, validateOnChange, }: UseFormControllerOptions): UseFormControllerResult; //# sourceMappingURL=useFormController.d.ts.map