import { ComplexBase } from '@syncfusion/ej2-react-base'; import { TimelineItemModel } from '@syncfusion/ej2-layouts'; /** * `ItemDirective` represents a item of the React Timeline. * It must be contained in a Timeline component(`TimelineComponent`). * ```tsx * * * * * * * ``` */ export declare class ItemDirective extends ComplexBase { static moduleName: string; } export declare class ItemsDirective extends ComplexBase<{}, {}> { static propertyName: string; static moduleName: string; }