import { ElementRef } from '@angular/core'; import { SbAlert } from './alert'; import { AlertServiceSubscriber } from './alert-service-subscriber'; import { SbAlertService } from './alert.service'; import { SbThemeService } from '../../core'; import * as i0 from "@angular/core"; declare const SbAlertCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbAlertComponent extends SbAlertCore implements AlertServiceSubscriber { private alertService; showArrow: boolean; showIcon: boolean; showTime: number; private pauseTime; private alertBox; transitionElement?: ElementRef; message: string; constructor(elementRef: ElementRef, themeService: SbThemeService, alertService: SbAlertService); alert(alert: SbAlert): Promise; private configureAlertBox; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};