import { Signal } from '@angular/core'; import * as i0 from "@angular/core"; /** Directive for marking an element as legend of `KbqFieldset` */ export declare class KbqLegend { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** Directive for marking elements as items inside `KbqFieldset` */ export declare class KbqFieldsetItem { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } /** * A group of form-fields and related controls. * Container component emulating the native `fieldset` element. */ export declare class KbqFieldset { private readonly legend; /** * Computes the aria-label from the inner text of the legend element. * Used to enhance accessibility by labeling the group. * @docs-private */ protected readonly ariaLabel: Signal; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }