import { EventEmitter, OnInit, TemplateRef } from '@angular/core'; import { TimeAxisMode } from '../time-axis.type'; import * as i0 from "@angular/core"; export declare class TimeAxisItemComponent implements OnInit { model: any; direction: any; time: any; timePosition: any; position: any; lineStyle: any; customDot: any; dotColor: any; iconClass: any; extraElement: any; text: any; contentTemplate: TemplateRef; data: any; horizontalAlign: string; mode: TimeAxisMode; statusChanged: EventEmitter; _type: any; dotText: string; set type(type: any); /** * @deprecated Use type to replace. */ set status(status: any); get horizontalNoLine(): boolean; get verticalNoLine(): boolean; constructor(); ngOnInit(): void; get extraTemplate(): TemplateRef; get dotTemplate(): any; get timeAxisLineClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }