/// <reference types="react" />
import { CardProps } from './interface';
export declare function Card({ ...props }: CardProps): JSX.Element;
