/** * Retrieve the form context enabling consumers to alter its save function or to register inputs inside a form group. * @returns {FormContext} The form context. */ export declare const useFormContext: () => import("..").FormContextValue;