import { NotificationSection } from "../NotificationMessageList/NotificationMessageList"; interface NotificationsTimeCardProps { data: string; notificationSection: NotificationSection; } declare function NotificationsTimeCard(props: NotificationsTimeCardProps): JSX.Element; export default NotificationsTimeCard;