import { CommonNotificationProps, CampaignGasPriceHigherThanExpectedNotification } from '../../types';
export default function CampaignGasPriceHigherThanExpectedNotification({ notification, locale }: CommonNotificationProps<CampaignGasPriceHigherThanExpectedNotification>): JSX.Element;