/* eslint-disable */
<>
<Popup directions={['bottom-left']} />
<MessageBoxPopup direction={['bottom-left']} />
<MessageBoxPopup direction="bottom-left" />
<Tooltip directions="bottom-left" />
<TooltipStateful direction={['top-center', 'bottom-center']} />
</>;