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