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