import { Card, Paper } from './Card';
export { ICardProps } from './Card.props';
export { Card, Paper };
export default Card;
