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