import React from 'react';
import { CardProps } from './types';
declare const Card: React.FC<CardProps>;
export default Card;
