/// <reference types="react" />
import { NotificationPayload } from './types';
export declare const AddNotificationContext: import("react").Context<(notification: NotificationPayload) => void>;
//# sourceMappingURL=AddNotificationContext.d.ts.map