import React from "react"; import type { NotificationsPageProps } from "./NotificationsPage.types"; declare const NotificationsPage: React.FunctionComponent; export default NotificationsPage;