import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BannerMessageComponent { type?: 'info' | 'success' | 'warning' | 'danger'; title?: string; message: string; iconName?: string; showCloseButton: boolean; actionButtonLabel?: string; enableBackground: boolean; showIcon: boolean; actionButtonClick: EventEmitter; closeButtonClick: EventEmitter; defaultIconNames: { [key: string]: string; }; getIconName(): string; onActionButtonClick(): void; onCloseButtonClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }