import { NotificationCard } from '@equinor/fusion'; import { FC } from 'react'; type NotificationCardWrapperProps = { notification: NotificationCard; }; declare const NotificationCardWrapper: FC; export default NotificationCardWrapper;