export interface EaAlertCloseEventDetail { visible: false; } export declare class EaAlertCloseEvent extends Event { readonly detail: EaAlertCloseEventDetail; constructor(detail: EaAlertCloseEventDetail); } //# sourceMappingURL=EaAlertCloseEvent.d.ts.map