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