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