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