import { Observable } from 'rxjs'; import { ActiveAlert, AlertsService } from '../../providers/alerts/alerts.service'; import * as i0 from "@angular/core"; export declare class AlertsComponent { protected alertsService: AlertsService; protected hasAlerts$: Observable; protected activeAlerts$: Observable; constructor(alertsService: AlertsService); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }