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