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