import * as _angular_core from '@angular/core'; import * as forty_cdk_core from 'forty-cdk/core'; import { ForFieldsetContext } from 'forty-cdk/core'; /** * Headless grouping container that gives a set of related fields a shared * accessible name — the styleless counterpart to a native `
` + * ``, and the grouping companion to `ForField`. * * On a native `
` it relies on the implicit grouping and emits no * role; on any other element it emits `role="group"` + `aria-labelledby` * pointing at the `[forFieldsetLegend]` (same host-tag detection idiom as * `ForLabel`'s `