import { OnInit } from '@angular/core'; export declare class LoginBgComponent implements OnInit { paths: any[]; constructor(); ngOnInit(): void; }