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