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