import type { HTMLAttributes } from "svelte/elements"; import type { WithElementRef } from "bits-ui"; declare const AlertTitle: import("svelte").Component>, {}, "ref">; type AlertTitle = ReturnType; export default AlertTitle;