import { TemplateRef } from '@angular/core'; import { NotificationType } from '../types'; import * as i0 from "@angular/core"; /** * The `Notification` component displays a notification within the [`NotificationList`](/chat/docs/sdk/angular/components/NotificationListComponent/) */ export declare class NotificationComponent { /** * The type of the notification */ type: NotificationType | undefined; /** * The content of the notification (can also be provided using `ng-content`) */ content: TemplateRef | undefined; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }