/// import { CardProps } from './types.js'; declare function Card(props: CardProps): JSX.Element; export default Card;