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