import { OnInit } from '@angular/core'; export declare class CalendarButtonComponent implements OnInit { date: Date | null; constructor(); ngOnInit(): void; readonly yyyym: string | null; }