import { NotificationContentProps } from './NotificationContent';
export type NotificationItemProps = Omit<NotificationContentProps, 'isNested' | 'nestedNode' | 'showNestedLine'>;
export declare const prefix = "NexusNotificationItem";
export declare const NotificationItem: (props: NotificationItemProps) => import("react/jsx-runtime").JSX.Element;
