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