import { OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LeanDateComponent implements OnInit { date: Date; onChange: EventEmitter; day: number; month: number; year: number; error: boolean; constructor(); ngOnInit(): void; setDate(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }