import * as React from 'react'; import { Alert } from '@fluentui/react-northstar'; const AlertExampleUrgent = () => ( This is an urgent alert ); export default AlertExampleUrgent;