import { type WithElementRef } from "../../../utils.js"; import type { HTMLAttributes } from "svelte/elements"; declare const CardFooter: import("svelte").Component>, {}, "ref">; type CardFooter = ReturnType; export default CardFooter;