import * as React from 'react'; import { Alert } from '@fluentui/react-northstar'; import { ExclamationTriangleIcon } from '@fluentui/react-icons-northstar'; const AlertExampleDismissActionRtl = () => ( } content="مرحبا العالم" /> ); export default AlertExampleDismissActionRtl;