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