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