import Box from '../internals/Box';
export type { BoxProps } from '../internals/Box';
export { Box };
export default Box;
