import { OnInit } from '@angular/core';
export declare class ObjectNotFoundErrorComponent implements OnInit {
    constructor();
    title: string;
    message: string;
    ngOnInit(): void;
}
