import { CardGroupProps as UnStyledCardGroupProps } from '@sheinx/base';
export type CardGroupProps = Omit<UnStyledCardGroupProps, 'jssStyle'>;
