import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface CardGroupProps extends BsPrefixProps, React.HTMLAttributes { } declare const CardGroup: BsPrefixRefForwardingComponent<'div', CardGroupProps>; export default CardGroup;