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