import Box from "./box"; export type { BoxProps } from "./box"; export default Box;