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