import { ark } from '@ark-ui/react' import type { ComponentProps } from 'react' import { styled } from 'styled-system/jsx' import { group } from 'styled-system/recipes' export type GroupProps = ComponentProps export const Group = styled(ark.div, group)