import { EventEmitter } from '@angular/core'; import { EclBaseEvent } from '../../model/ecl-base.event'; import { ECLBaseDirective } from '../ecl-base.directive'; import * as i0 from "@angular/core"; export declare class EclMessageCloseEvent extends EclBaseEvent { } export declare class EclMessageComponent extends ECLBaseDirective { messageTitle: string; variant: 'info' | 'success' | 'warning' | 'error'; isVisible: boolean | any; isCloseable: boolean | any; close: EventEmitter; role: string; get isHidden(): boolean; get cssClasses(): string; onCloseClick(evt: Event): void; getIcon(): "error" | "success" | "warning" | "information"; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=ecl-message.component.d.ts.map