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