import { EventEmitter } from "@angular/core"; import { TranslateService } from "@ngx-translate/core"; import * as i0 from "@angular/core"; export declare class CowingElementComponent { private translate; constructor(translate: TranslateService); daysOfWeek: any[]; label: any; selected: boolean; schedule: any; indexSchedule: string; onClickEvent: EventEmitter; iconsLibrary: any; onClick(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }