import React from 'react'; import { NotificationContextType } from './types'; export declare const NotificationContext: React.Context; export declare const NotificationProvider: React.FC<{ children: React.ReactNode; }>; export declare const useNotification: () => NotificationContextType; //# sourceMappingURL=context.d.ts.map