import * as i0 from "@angular/core"; /** * Component for displaying the current year only. */ export declare class CommonDateYearComponent { date: Date; year: number; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }