import { ControlValueAccessor } from "@angular/forms"; import * as i0 from "@angular/core"; export declare class SwCalendarComponent implements ControlValueAccessor { selectedDate: Date | null; calendarState: Date; private onChangeFn; private onTouchFn; onMovePreviousMonth(): void; onDateChange(date: Date): void; onMoveNextMonth(): void; onMovePreviousYear(): void; onMoveNextYear(): void; writeValue(initialDate: Date | null): void; registerOnChange(fn: Function): void; registerOnTouched(fn: Function): void; setDisabledState?(isDisabled: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }