import { DataStoreService } from '../../../services/data-store.service'; import { DialogService } from 'primeng/dynamicdialog'; import { AccountService } from '../../../services/account.service'; import { AuthService } from '../../../services/auth.service'; import { MessageService } from 'primeng/api'; import * as i0 from "@angular/core"; export declare class ConnectedFooterComponent { private readonly store; private readonly dialogService; private readonly accountService; private readonly authService; private readonly messageService; applicationName: string; app: string; constructor(store: DataStoreService, dialogService: DialogService, accountService: AccountService, authService: AuthService, messageService: MessageService); deleteAccount(): void; private processAccountDeletion; private openErrorPopup; private showGenericError; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }