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