import React from "react"; import { INotification, INotificationContext } from "../../interfaces"; export declare const NotificationContext: React.Context; export declare const notificationReducer: (state: INotification[], action: any) => any[]; export declare const NotificationContextProvider: React.FC;