import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import { WarlockBannerComponentData } from './banner.interfaces'; import { ThemePalette } from "@angular/material/core"; import * as i0 from "@angular/core"; export declare class WarlockBannerComponent implements OnInit, AfterViewInit { absolute: any; selector: ElementRef; /** * The WarlockAlertComponentData to dictate the contents of the alert */ hideX: boolean; isHorizontalBannerLinks: boolean; isBodyDetailsVisible: boolean; toggleMsg: string; data: WarlockBannerComponentData; type: ThemePalette; get hostClass(): string; get getToggleIcon(): "angle-up--s" | "angle-down--s"; ngOnInit(): void; ngAfterViewInit(): void; getIconName(): "info-circle--s" | "error--s" | "check-circle-f--s" | "warning-circle--s"; get getAriaRole(): string; toggleMessage(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }