import { ChangeDetectorRef } from '@angular/core';
import { StAlertsService } from './st-alerts.service';
export declare class StAlertsComponent {
    private _cd;
    alertService: StAlertsService;
    showInConsole: boolean;
    qaTag: string;
    constructor(_cd: ChangeDetectorRef, alertService: StAlertsService);
}
