import { OnInit } from '@angular/core';
import { PoProgressBaseComponent } from './po-progress-base.component';
/**
* @docsExtends PoProgressBaseComponent
*
* @example
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
export declare class PoProgressComponent extends PoProgressBaseComponent implements OnInit {
language: any;
literals: any;
get isAllowCancel(): boolean;
get isAllowInfoError(): boolean;
get isAllowRetry(): boolean;
get statusClass(): string;
private readonly poLanguageService;
private readonly router;
ngOnInit(): void;
emitCancellation(): void;
emitRetry(): void;
actionIsDisabled(action: any): any;
callAction(): void;
isActionVisible(action: any): any;
}