export type { Background, Border, JustifyContent, Size } from './private/atoms'; export type { UseBoxOptions, BoxProps } from './private/box'; export { Box, useBox } from './private/box';