import Box from "./box"; export default Box; export type { BoxProps } from "./box"; export { StyledBox, type StyledBoxVariants } from "./style"; export { default as Box } from "./box";