import * as React from 'react'; import { Button, Dialog } from '@fluentui/react-northstar'; const DialogExampleRtl: React.FC = () => ( } /> ); export default DialogExampleRtl;