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