import { AlertService } from './alerts.service'; import { IAlerts } from './alert/alert.interface'; export declare class AlertsSharedComponent { alertService: AlertService; alerts: Array; constructor(alertService: AlertService); removeAlert(alert: IAlerts): void; }