import type { CardProps } from './card'; export declare function Card(props: CardProps): import("react/jsx-runtime").JSX.Element; export default Card;