import { EventEmitterService, LocaleManagerService, StorageService } from '../../../public-api'; import { Clipboard } from '@angular/cdk/clipboard'; import { OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CustomAlertComponent implements OnInit, OnDestroy { private eventEmitterService; private storageService; private clipboard; private localeManager; isOpen: boolean; alertType: any; alertMessage: any; private alertSubcription; timeout: number; dismissableAlert: boolean; copyContent: any; isASErrorValue: boolean; showDetails: boolean; shortError: any; genericerror: any; constructor(eventEmitterService: EventEmitterService, storageService: StorageService, clipboard: Clipboard, localeManager: LocaleManagerService); ngOnInit(): void; ngOnDestroy(): void; close(): void; showAlert(): void; dismissAlert(): void; copyMessage(): void; setCopyContent(error: any): void; isASError(message: any): boolean; getErrorMessage(message: any): any; toggleAccord(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }