import { EventEmitter, OnInit } from '@angular/core'; import { TypeDatesForms } from '../../../../../interfaces/columns/date'; import { Data } from '../../../../../interfaces/data'; import * as i0 from "@angular/core"; /** * */ export declare class YearControllerComponent implements OnInit { /** */ data: Data; /** */ column: TypeDatesForms; /** */ onChange: EventEmitter; /** * * @param formsService */ constructor(); /** * */ ngOnInit(): void; showItemSelected($ev: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }