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