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