import { SecurityContext } from '@angular/core'; import { I18N_KEY } from './../../../i18n'; import * as i0 from "@angular/core"; export declare class ConstructorStatusComponent { private versionSrv; SecurityContext: typeof SecurityContext; I18N_KEY: typeof I18N_KEY; failed: boolean; inProgress: boolean; animation: boolean; message: string; failTitle: string; progressTitle: string; successTitle: string; tabIndex: number; backUrl: string; backUrlTitle: string; hasSupportHint: boolean; get supportEmail(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }