import { OnInit } from '@angular/core'; import { FormattingService } from '../../../../services/formatting.service'; import { EventRenderBaseComponent } from '../event-render-base.component'; import * as i0 from "@angular/core"; export declare class EventRenderWeekComponent extends EventRenderBaseComponent implements OnInit { protected formattingService: FormattingService; constructor(formattingService: FormattingService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }