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