import { Notification } from '@backstage/plugin-notifications-common'; export declare const NotificationIcon: ({ notification, }: { notification: Notification; }) => import("react/jsx-runtime").JSX.Element;