import React from 'react'; import { NotificationContextValue, NotificationProviderProps } from './types'; export declare const NotificationContext: React.Context; export declare const NotificationProvider: React.FC; export declare const useNotification: () => NotificationContextValue;