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