import { AfterViewChecked, EventEmitter } from "@angular/core"; import { HeaderInfo } from "@annalib/anna-feature-spots-approval/spots-approval"; import { NgbTooltip } from "@ng-bootstrap/ng-bootstrap"; import * as i0 from "@angular/core"; export declare class RevisionOfferStatusProgressViewComponent implements AfterViewChecked { revisionStatues: any; skeletonLoading: boolean; headerInfo: HeaderInfo; showPath: boolean; previousOrderClicked: EventEmitter; nextOrderClicked: EventEmitter; noDataWidth: string; tooltip: NgbTooltip; selectNextOrder(): void; selectPreviousOrder(): void; ngAfterViewChecked(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }