import { EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core'; import { HistoryEntryComponentService, OrderDetailFragment, OrderHistoryEntryComponent, TimelineHistoryEntry } from '@vendure/admin-ui/core'; import * as i0 from "@angular/core"; export declare class OrderHistoryEntryHostComponent implements OnInit, OnDestroy { private historyEntryComponentService; entry: TimelineHistoryEntry; order: OrderDetailFragment; expanded: boolean; expandClick: EventEmitter; portalRef: ViewContainerRef; instance: OrderHistoryEntryComponent; private componentRef; constructor(historyEntryComponentService: HistoryEntryComponentService); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }