import React from 'react';
export interface NotificationsProps extends React.PropsWithChildren {
    className?: string;
}
export declare const Notifications: React.FC<NotificationsProps>;
export * from './context';
