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