import { PropsWithChildren } from 'react'; import { NotificationsStore } from '../state'; export declare const NotificationsContext: import("react").Context; export type NotificationsProviderProps = { store?: NotificationsStore; }; declare const NotificationsProvider: (props: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export default NotificationsProvider;