import { ElementRef, NgZone, Renderer2, OnInit, OnChanges } from '@angular/core'; import { MessageBarShape, MessageBarLayout, MessageBarIntent } from '@fluentui/web-components'; import * as i0 from "@angular/core"; export declare class MessageBarComponent implements OnInit, OnChanges { private el; private renderer; private ngZone; zone: NgZone; shape: MessageBarShape | undefined; layout: MessageBarLayout | undefined; intent: MessageBarIntent | undefined; constructor(el: ElementRef, renderer: Renderer2, ngZone: NgZone); private updateComponentProperties; ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=message-bar.component.d.ts.map