import type { CardProps } from './types.ts'; declare const Card: import("svelte").Component; type Card = ReturnType; export default Card;