/** @public */ export declare const notificationsPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{ root: import("@backstage/core-plugin-api").RouteRef; }, {}>; /** @public */ export declare const NotificationsPage: (props?: import("./components/NotificationsPage").NotificationsPageProps) => import("react/jsx-runtime").JSX.Element;