import type { CardProps } from './Card.types'; export declare const Card: ({ className, width, children, }: CardProps) => JSX.Element;