import { Router } from '@angular/router'; export declare class PortalNotFoundComponent { private router; constructor(router: Router); gotoHome(): void; }