import { Router } from '@angular/router'; import { OnInit } from '@angular/core'; import { LanguageService } from '../../../../services'; import { Subject } from 'rxjs'; import { AuthService } from '../../../services/auth.service'; import * as i0 from "@angular/core"; declare class Nav { link: string[]; name: string; active: string; exact: string; icon: string; } export declare class ProfileContainerBaseComponent implements OnInit { protected languageService: LanguageService; private router; private authService; navLinks: Nav[]; language: {}; user_fname: string; user_lname: string; user_email: string; user_image: any; user_image$: Subject; items: any[]; index: number; constructor(languageService: LanguageService, router: Router, authService: AuthService); ngOnInit(): void; onClick(index: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};