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