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