import { FC, ReactNode } from "react"; declare const NotificationContainer: FC<{ children?: ReactNode; }>; export default NotificationContainer;