import { FC } from 'react'; type NotificationCardsPresenterProps = { onShowInList: () => void; }; declare const NotificationCardsPresenter: FC; export default NotificationCardsPresenter;