/// declare const NotificationsContext: import("react").Context<{ notifications: import("../../types/notifications").Notification[]; setNotification: (_notification?: import("../../types/notifications").AddNotification) => any; clearNotification: (_id: number) => any; notificationsByTag: (_tag: import("../../types/notifications").NotificationTags) => import("../../types/notifications").Notification[]; }>; export default NotificationsContext;