import { Menubar as MenubarPrimitive } from "bits-ui"; import { type WithoutChild } from "../../../utils.js"; type $$ComponentProps = WithoutChild & { inset?: boolean; }; declare const MenubarSubTrigger: import("svelte").Component<$$ComponentProps, {}, "ref">; type MenubarSubTrigger = ReturnType; export default MenubarSubTrigger;