import React, { useContext } from "react";
import { Center, Link, Spinner, Text, VStack } from "native-base";
import { noop } from "lodash";
import { BasicStyledModal } from "../../../core/web3/modals";
import { WizardContext } from "../../../utils/WizardContext";
import { SegmentationRow, typeLabelsSegmentation as typeLabels } from "../components";
import { TransTitle } from "../../../core/layout";
import { Image } from "../../../core/images";
import RoboBilly from "../../../assets/images/robo-billy.png";
import { SegmentationProps } from "../wizards";
const ModalLocationDenied = () => (