/** * Retrieve the name of the form group the consumer belongs to. May be undefined if the consumer is not inside a form group. */ export declare const useFormGroupContext: () => string;