import { OnInit } from "@angular/core"; export declare class PageNotFoundComponent implements OnInit { constructor(); ngOnInit(): void; }