import { styled } from '../../styles' export const StyledButtonGroup = styled('div', { $flex: '', justifyContent: 'flex-end', gap: '$colGap', })