import { AfterViewInit, Renderer2 } from '@angular/core'; import { NgControl } from '@angular/forms'; import { NgxGovukUtilsService } from 'ngx-govuk'; import { NgxGovukTextInput } from 'ngx-govuk/text-input'; import * as i0 from "@angular/core"; /** * A commom wrapper around form controls and directives. * * The content slot expects a single form component / directive with an optional associated form control. * * Valid content children are NgxGovukTextInput. * * @selector ngx-govuk-form-group * */ export declare class NgxGovukFormGroup implements AfterViewInit { private renderer; private utilsService; /** * The label text for the form group. * * @required */ label: import("@angular/core").InputSignal; /** * If you're asking just one question, you can set the contents of the