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