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

Space.displayName = 'Space';

export {Space, type SpaceFactory, type SpaceProps} from '@mantine/core';
