import React from 'react'; export declare const NotificationContext: React.Context<{ notification: { createdTime: string; message: string; url: string; id: string; notifyIcon: { iconUrl: string; } | { userId: string; userName: string; userAvatarUrl?: string | null | undefined; }; notifyType: import("@teable/core").NotificationTypeEnum; isRead: boolean; }; unreadCount: number; } | null>;