import {Box} from '@mantine/core';

Box.displayName = 'Box';

export {Box, type BoxProps, type ElementProps} from '@mantine/core';
