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