import type { NotificationItem } from '../types/index.ts'; interface Props { feedUrl: string | undefined; inlineItems: NotificationItem[] | undefined; } export declare function NotificationsTab({ feedUrl, inlineItems }: Props): import("react/jsx-runtime").JSX.Element; export {};