import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; /** * The NotificationComponent displays a notification with a heading, title, content, and an optional button. * Component can be reused in page not found, access denied, session expired notification, logged out pages. * @class NotificationComponent */ export declare class NotificationComponent { heading: string; title: string; content: string; buttonLabel: string; buttonIcon: boolean; headingIconURL: string; buttonIconURL: string; notify: EventEmitter; safeType: string; /** * Emits the notify event on clicking notify button. */ onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }