import React from 'react'; import { CommonNotificationProps, RewardDelayedNotification as RewardDelayedNotificationType } from '../../types'; /** * @deprecated Should start using the same component migrated to UI2. */ export default function RewardDelayedNotification({ notification, locale }: CommonNotificationProps): React.JSX.Element;