import { FormGroup } from '@angular/forms'; import { NgAtomicComponent } from '@ng-atomic/core'; import * as i0 from '@angular/core'; declare enum ActionId { ADD_EVENTS = "ADD_EVENTS", COPY_MESSAGE = "COPY_MESSAGE", DELETE_EVENT = "[@xxmachina/scheduler/components/templates/scheduler] Delete Event", FIX_SCHEDULE = "[@xxmachina/scheduler/components/templates/scheduler] Fix Schedule" } declare class SchedulerTemplate extends NgAtomicComponent { static readonly ActionId: typeof ActionId; protected form: FormGroup; protected autoCompleteTitle: string[]; protected addEventsActions: { id: ActionId; name: string; icon: string; }[]; protected submitActions: { id: ActionId; name: string; icon: string; }[]; onDeleteButtonClicked(index: any): void; onFixButtonClicked(index: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { SchedulerTemplate }; //# sourceMappingURL=xxmachina-components-templates-scheduler.d.ts.map