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