import { ComplexBase } from '@syncfusion/ej2-react-base';
import { DayWorkingTimeModel } from '@syncfusion/ej2-gantt';
/**
* `DayWorkingTimeDirective` represent a working time ranges in a day.
* It must be contained in a Gantt component(`GanttComponent`).
* ```tsx
*
*
*
*
*
*
* ```
*/
export declare class DayWorkingTimeDirective extends ComplexBase {
static moduleName: string;
}
export declare class DayWorkingTimeCollectionDirective extends ComplexBase<{}, {}> {
static propertyName: string;
static moduleName: string;
}