import { ViewContainerRef } from '@angular/core'; import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; import * as i0 from "@angular/core"; /** * `e-day-working-time-collection` directive represent a working time ranges in a day. * It must be contained in a Gantt component(`ejs-gantt`). * ```html * * * * * * * ``` */ export declare class DayWorkingTimeDirective extends ComplexBase { private viewContainerRef; directivePropList: any; /** * Defines the start time of the working time range for the day. * @default null */ from: any; /** * Defines the end time of the working time range for the day. * @default null */ to: any; constructor(viewContainerRef: ViewContainerRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-day-working-time-collection>e-day-working-time", never, { "from": "from"; "to": "to"; }, {}, never>; } /** * DayWorkingTime Array Directive * @private */ export declare class DayWorkingTimeCollectionDirective extends ArrayBase { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaratione-day-working-time-collection", never, {}, {}, ["children"]>; }