import { EventEmitter } from '@angular/core'; export declare class AlertComponent { private key; private type; ariaLabel: string; closable: boolean; message: string; title: string; readonly className: string; dismissed: EventEmitter; constructor(); dismiss(): void; }