import { OnInit, OnDestroy } from '@angular/core'; import { TranslocoService } from '@ngneat/transloco'; import { Logger } from '../../services/logger.service'; import { DialogService } from '../../services/dialog.service'; import * as i0 from "@angular/core"; export declare class LanguageButtonComponent implements OnInit, OnDestroy { private logger; private translocoService; private dialogService; private $toUnsubscribe; btnClass: string; currentLang: string; constructor(logger: Logger, translocoService: TranslocoService, dialogService: DialogService); ngOnInit(): void; openLangSelector(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }