import Card from './Card';
import type { CardProps } from './Card.types';
export { Card };
export type { CardProps };
