import NotificationItem, { NotificationItemProps } from './NotificationItem';
export default NotificationItem;
export { NotificationItemProps };
