import { OnInit } from '@angular/core'; export declare class FormErrorsComponent implements OnInit { errors: { [key: string]: any; }; constructor(); ngOnInit(): void; }