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