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