import Card from './card';
import { CardProps } from './types';
import './styles/index.scss';
export { CardProps };
export default Card;
