import * as React from "react";
import { BoxProps } from '../Box' 

declare const Main: React.FC<BoxProps>;

export { Main };
