import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as MenubarPrimitive from "@radix-ui/react-menubar"; //#region src/react/ui/menubar.d.ts /** Horizontal menu bar with dropdown menus */ declare function Menubar({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarMenu({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarGroup({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarPortal({ container, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarRadioGroup({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarTrigger({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarItem({ className, inset, variant, ...props }: React$1.ComponentProps & { inset?: boolean; variant?: "default" | "destructive"; }): react_jsx_runtime0.JSX.Element; declare function MenubarCheckboxItem({ className, children, checked, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarRadioItem({ className, children, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarLabel({ className, inset, ...props }: React$1.ComponentProps & { inset?: boolean; }): react_jsx_runtime0.JSX.Element; declare function MenubarSeparator({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarShortcut({ className, ...props }: React$1.ComponentProps<"span">): react_jsx_runtime0.JSX.Element; declare function MenubarSub({ ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; declare function MenubarSubTrigger({ className, inset, children, ...props }: React$1.ComponentProps & { inset?: boolean; }): react_jsx_runtime0.JSX.Element; declare function MenubarSubContent({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger }; //# sourceMappingURL=menubar.d.ts.map