import { EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * The BaoMessageBarContent directive is used within the * It ensures consistency in text formatting and spacing. * * This directive is purely visual and does not provide any additional behaviors. */ export declare class BaoMessageBarContent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class BaoMessageBarComponent implements OnChanges { private elementRef; type: 'info' | 'alert' | 'urgent' | 'neutral'; dismissible: boolean; dismissibleButtonAriaLabel: string; dismiss: EventEmitter; iconType: string; iconTitle: string; constructor(elementRef: ElementRef); ngOnChanges(changes: SimpleChanges): void; onDismissClicked(): void; private getIconType; private getIconTitle; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }