import { ControlValueAccessor } from '@angular/forms'; import { NgxGovukUtilsService } from 'ngx-govuk'; import * as i0 from "@angular/core"; export declare class NgxGovukDateInputComponent implements ControlValueAccessor { private utilsService; dayId: string; monthId: string; yearId: string; day: number; month: number; year: number; value: string; constructor(utilsService: NgxGovukUtilsService); onChange: (value: string) => void; onTouched: () => void; writeValue(value: string): void; registerOnChange(fn: (value: string) => void): void; registerOnTouched(fn: () => void): void; onDateChange(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }