interface Props { children?: import('svelte').Snippet; class?: string; } declare const CardDescription: import("svelte").Component; type CardDescription = ReturnType; export default CardDescription;