import { ElementRef, EventEmitter, OnInit } from '@angular/core'; import { UIContext } from '../ui-context'; import * as i0 from "@angular/core"; export declare class ScAlertComponent implements OnInit { private elementRef; UIContext: typeof UIContext; context: UIContext; dismiss: EventEmitter; showIcon: boolean; dismissible: boolean; icon: { default: string; general: string; positive: string; negative: string; warning: string; }; constructor(elementRef: ElementRef); ngOnInit(): void; onDismiss(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }