import { ItAbstractComponent } from '../../../abstracts/abstract.component';
import { TimelineElement } from '../../../interfaces/core';
import * as i0 from "@angular/core";
/**
 * Timeline
 * @description Build timeline for chronological representation of events.
 */
export declare class ItTimelineComponent extends ItAbstractComponent {
    /**
     * Timeline elements array
     * @default []
     */
    timelineElements: TimelineElement[];
    /**
     * Default date format for timeline element reference date
     * @default dd/MM/yyyy
     */
    dateFormat: string;
    static ɵfac: i0.ɵɵFactoryDeclaration<ItTimelineComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ItTimelineComponent, "it-timeline", never, { "timelineElements": { "alias": "timelineElements"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; }, {}, never, never, true, never>;
}
