import { Card as ProCard, CardProps } from './components/card'; import { CardSectionProps } from './components/card-section'; export { CardProps, CardSectionProps }; export default ProCard;