export default class RichNotificationMessageContent extends NotificationMessageContent {
    constructor();
    title: any;
    desc: any;
    remark: any;
    datas: any;
    exName: any;
    exPortrait: any;
    exUrl: any;
    appId: any;
    formatNotification(): any;
    decode(payload: any): void;
}
import NotificationMessageContent from "./notificationMessageContent";
