import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { BannerHeadingTag, BannerState, Theme, BannerWidth } from '../types'; import * as i0 from "@angular/core"; export declare class PBanner extends BaseComponentWithTheme { description?: string; dismissButton?: boolean; heading?: string; headingTag?: BannerHeadingTag; open: boolean; /** @deprecated */ persistent?: boolean; state?: BannerState; theme?: Theme; /** @deprecated */ width?: BannerWidth; dismiss: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }