import { CommonNotificationProps, GovernanceTenderPassedNotification } from '../../types';
declare const GovernanceTenderPassedNotification: ({ notification, locale }: CommonNotificationProps<GovernanceTenderPassedNotification>) => JSX.Element;
export default GovernanceTenderPassedNotification;