import{Modal}from'@shieldpay/bumblebee/modal';<ModalcloseDialogText="close"open={modalOpen}onClose={()=>setModalOpen(false)}dismissable><Modal.Title>Modal with two buttons</Modal.Title><Textparagraphsize="small"> Modal dialog body text describing what the user needs to do next and why
they need to do it.
</Text><Modal.Actions><ButtononClick={()=>setModalOpen(false)}>Primary</Button><ButtononClick={()=>setModalOpen(false)}variant="outline"> Secondary
</Button></Modal.Actions></Modal>;