import React, { type PropsWithChildren } from "react"; import type { INotificationContext } from "./types"; export declare const NotificationContext: React.Context; export declare const NotificationContextProvider: React.FC>; //# sourceMappingURL=index.d.ts.map