import React from 'react'; import type { NotificationItem } from 'react-cosmos-core'; type Props = { notifications: NotificationItem[]; }; export declare function Notifications({ notifications }: Props): React.JSX.Element; export {};