import type { AddNotification, CloseNotification } from './NotificationsStore'; export type NotificationsContextValue = { addNotification: AddNotification; closeNotification: CloseNotification; }; export declare const NotificationsContext: import("react").Context; export declare const useNotifications: () => NotificationsContextValue; //# sourceMappingURL=NotificationsContext.d.ts.map