export declare const useFormGroup: (controlId?: string) => { /** * The `id` of the `` component. */ controlId: string; /** * The `id` of the `` component. */ helpTextId: string; /** * The `id` of the `` component. */ labelId: string; /** * The `id` of the `` component. */ errorMessageId: string; };