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