import { OnInit } from '@angular/core';
export declare class ChatNotificationComponent implements OnInit {
    userProfile: {
        photo: string;
        name: string;
        status: string;
    };
    constructor();
    ngOnInit(): void;
}
