/// import { BoxPropsType } from "./interface"; declare const Box: (props: BoxPropsType) => JSX.Element; export default Box;