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