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