import React from "react"; import { NotificationsProps } from "./type"; export default function Notifications({ children, ...props }: NotificationsProps): React.JSX.Element;