import React from "react"; import { INotificationContext } from "./INotificationContext"; /** @deprecated default value for notification context has no use and is an empty object. */ export declare const defaultNotificationProvider: INotificationContext; export declare const NotificationContext: React.Context; export declare const NotificationContextProvider: React.FC; //# sourceMappingURL=index.d.ts.map