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