import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { CalendarService } from '../calendar.service'; import { CalRepeat } from "../utils/model/CalEvent"; import * as i0 from "@angular/core"; export declare class CalendarDialogRepeatComponent implements AfterViewInit, OnDestroy { private calendarService; onRepeat: EventEmitter; repeatStart: ElementRef; repeatUntil: ElementRef; start: any; until: any; rrmode: any; repeatTypes: any[]; weekDays: any[]; data: any; $modal: any; dateFormat: string; constructor(calendarService: CalendarService); ngAfterViewInit(): void; ngOnDestroy(): void; openRepeat(data: any): void; saveRepeat(): void; changeWeekDay(item: any): void; changeRepeatTypes($event: any): void; changeDateStart(event: any): void; changeDateUntil(event: any): void; getRepeatData(): CalRepeat; getWeekDayChecked(): any[]; private initData; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }