import { type ReactNode } from 'react'; interface NotificationContainerProps { children: ReactNode; } export declare function NotificationContainer({ children }: NotificationContainerProps): import("react/jsx-runtime").JSX.Element; export {};