/// export declare type TNotificationContext = { sendNotification: (message: string) => void; }; export declare const NotificationContext: import("react").Context;