import { AfterContentInit, OnInit } from '@angular/core'; import { ErrorToken } from './error'; export declare class ErrorComponent extends ErrorToken implements OnInit, AfterContentInit { constructor(); ngOnInit(): void; ngAfterContentInit(): void; }