import { default as React, PropsWithChildren } from 'react'; export declare const NotificationsProvider: ({ children }: PropsWithChildren) => React.JSX.Element;