import { OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LanguageSwitcherComponent implements OnInit { private translateSrv; private router; private cd$; private destroyRef; langs: string[]; langControl: any; constructor(); selectionChange: EventEmitter<{ value: string; }>; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }