import { NotificationsContextType } from "./types"; /** * We initialize our context with an empty object. * The NotificationsCenter will properly initialize our context at runtime (during the first render). */ export declare const NotificationsContext: import("react").Context; //# sourceMappingURL=notificationsContext.d.ts.map