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