import React, { type PropsWithChildren } from "react";
import type { INotificationContext } from "./types";
/** @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<INotificationContext>;
export declare const NotificationContextProvider: React.FC<PropsWithChildren<INotificationContext>>;
//# sourceMappingURL=index.d.ts.map