import React from 'react';
import { ReactNode } from 'react';
declare type Props = {
    children: ReactNode;
};
export declare const NotificationsProvider: (props: Props) => React.JSX.Element;
export {};
