import * as React from "react"; import { BoxProps } from '../Box' declare const Main: React.FC; export { Main };