import { EventEmitter } from '@angular/core'; import { Bem } from '../internal/utils'; import { InlineAlertTitleDirective } from './helper-directives'; import { InlineAlertType } from './inline-alert.types'; import * as i0 from "@angular/core"; export declare class InlineAlertComponent { bem: Bem; title: string; content: string; closable: boolean; type: InlineAlertType; close: EventEmitter; titleRef: InlineAlertTitleDirective; visible: boolean; iconMap(type: InlineAlertType): "check_circle_s" | "exclamation_triangle_s" | "exclamation_circle_s" | "info_circle_s"; closeSelf(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }