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

Group.displayName = 'Group';

export {Group, type GroupFactory, type GroupProps} from '@mantine/core';
