import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export type TimelineDisplayType = 'success' | 'error' | 'warning' | 'default' | 'muted'; export declare class TimelineEntryComponent { displayType: TimelineDisplayType; createdAt: string; name: string; featured: boolean; iconShape?: string | [string, string]; isFirst?: boolean; isLast?: boolean; collapsed: boolean; expandClick: EventEmitter; get timelineTitle(): string; getIconShape(): string | undefined; getIconClass(): string | undefined; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }