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