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