import { EventEmitter } from '@angular/core'; export declare class MPageBannerComponent { mTitle: string; mDesc: string; mBgUrl: string; mDescWidth: number; mBgColor: string; mShowCloseIcon: boolean; mShowPageBanner: boolean; readonly mShowPageBannerChange: EventEmitter; close(): void; }