import { OnDestroy, OnInit } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class NetworkChangedErrorComponent implements OnInit, OnDestroy { private router; iconClass: string; supportsRefresh: boolean; autoRefresh: number; private refreshTimer; actionLink: string; iconClasses: string[]; constructor(router: Router); ngOnDestroy(): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }