import React from 'react'; import type { CardGroupProps } from './interface'; declare const CardGroup: React.FC>; export default CardGroup;