import { ComplexBase } from '@syncfusion/ej2-react-base'; import { HolidayModel } from '@syncfusion/ej2-gantt'; /** * `HolidaysDirective` represent a holidays collection in Gantt.. * It must be contained in a Gantt component(`GanttComponent`). * ```tsx * * * * * * * ``` */ export declare class HolidayDirective extends ComplexBase { static moduleName: string; } export declare class HolidaysDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }