import { ControlValueAccessor } from '@angular/forms'; import { NgxGovukUtilsService } from 'ngx-govuk'; import * as i0 from "@angular/core"; export declare class NgxGovukCheckboxComponent implements ControlValueAccessor { private utilsService; get className(): string; label: import("@angular/core").InputSignal; value: import("@angular/core").ModelSignal; fieldId: string; constructor(utilsService: NgxGovukUtilsService); onChecked(event: Event): void; onChange: (value: boolean) => void; onTouched: () => void; writeValue(value: boolean): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }