import { OnInit } from '@angular/core'; import { MatLegacyDialogRef as MatDialogRef } from '@angular/material/legacy-dialog'; import { AuthKeycloakService } from '../../services/auth-keycloak.service'; import { ConfigurationsService } from '../../services/configurations.service'; import { UtilityService } from '../../services/utility.service'; import { TranslateService } from '@ngx-translate/core'; import * as i0 from "@angular/core"; export declare class LogoutComponent implements OnInit { dialogRef: MatDialogRef; private authSvc; private configSvc; private utilitySvc; private translate; disabled: boolean; isDownloadableIos: boolean; isDownloadableAndroid: boolean; constructor(dialogRef: MatDialogRef, authSvc: AuthKeycloakService, configSvc: ConfigurationsService, utilitySvc: UtilityService, translate: TranslateService); ngOnInit(): void; confirmed(): void; clearCookies(): void; get isDownloadable(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }