import { EventEmitter } from '@angular/core';
import { IAlert } from './alert.service';
import * as i0 from "@angular/core";
export declare class GlobalAlertComponent {
    alert: null | IAlert;
    alertChange: EventEmitter<any>;
    constructor();
    close(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<GlobalAlertComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GlobalAlertComponent, "ukis-global-alert", never, { "alert": { "alias": "alert"; "required": false; }; }, { "alertChange": "alertChange"; }, never, never, true, never>;
}
