export { default as Box, stringPropFormater, getBoxClassNames, getBoxStyles, } from './Box'; export type { BoxProps } from './Box';