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