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