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