import React from 'react'; import { Box, BoxProps } from '@blockstack/ui'; const Main = (props: BoxProps) => ; export { Main };