import { type WithElementRef } from "bits-ui"; import type { HTMLAttributes } from "svelte/elements"; type $$ComponentProps = WithElementRef> & { inset?: boolean; }; declare const DropdownMenuLabel: import("svelte").Component<$$ComponentProps, {}, "ref">; type DropdownMenuLabel = ReturnType; export default DropdownMenuLabel;