import type { CardProps } from './card.type'; declare const Card: (props: CardProps) => import("react/jsx-runtime").JSX.Element; export default Card; //# sourceMappingURL=card.d.ts.map