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