import React from 'react'; import { NotificationData } from '../../../store/notifications.reducer.js'; export declare type NotificationItemProps = { notification: NotificationData; isBeforeMark: boolean; unreadOnly: boolean; }; declare const _default: React.MemoExoticComponent<({ notification: { _id, content, broadcastedAt, title, type, action }, isBeforeMark, unreadOnly, }: NotificationItemProps) => JSX.Element>; export default _default;