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