import { OnInit, OnChanges, EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SwMonthCalendarComponent implements OnInit, OnChanges { selectedDate: Date | null; month: number; year: number; dateChange: EventEmitter; calendar: number[][]; weekDays: string[]; currentMonthStartDate: Date | null; ngOnInit(): void; ngOnChanges(): void; isSelectedDate(date: number): boolean; calculateYear(): void; onSelectDate(date: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }