export { default as Box } from './Box.tsx'; export { BOX_STYLES } from './styles/Box.css.ts'; export type { BoxProps } from './types/Box.props.ts'; export type { BoxBorderRadius, BoxColor, BoxMargin, BoxShadow, BoxSpace, BoxVariant, } from './types/Box.types.ts';