import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class YearSelectorComponentConfig { date: Date; } export declare class YearSelectorComponent implements OnInit, OnChanges { config: YearSelectorComponentConfig; onYearChange: EventEmitter; year: number; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; nextYear(): void; previousYear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }