export type GroupProps = {
    withSeparator?: boolean
    className?: string
}
