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