export { default as Box } from './Box'; export type { BoxProps, ExtraBoxProps } from './types';