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