import { ElementRef } from '@angular/core'; import { SbThemeService } from '../../core'; import * as i0 from "@angular/core"; declare const SbAlertBoxCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbAlertBoxComponent extends SbAlertBoxCore { showArrow: boolean; showIcon: boolean; customIcon: boolean; private pill; private plain; constructor(elementRef: ElementRef, themeService: SbThemeService, pill: any, plain: any); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};