import * as react_jsx_runtime from 'react/jsx-runtime'; import { Menu } from '@base-ui/react/menu'; import { Menubar as Menubar$1 } from '@base-ui/react/menubar'; import * as React from 'react'; import { DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenu, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger } from './dropdown-menu.js'; declare function Menubar({ className, ...props }: Menubar$1.Props): react_jsx_runtime.JSX.Element; declare function MenubarMenu({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarGroup({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarPortal({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarTrigger({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarContent({ className, align, alignOffset, sideOffset, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarItem({ className, inset, variant, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarCheckboxItem({ className, children, checked, inset, ...props }: Menu.CheckboxItem.Props & { inset?: boolean; }): react_jsx_runtime.JSX.Element; declare function MenubarRadioGroup({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarRadioItem({ className, children, inset, ...props }: Menu.RadioItem.Props & { inset?: boolean; }): react_jsx_runtime.JSX.Element; declare function MenubarLabel({ className, inset, ...props }: React.ComponentProps & { inset?: boolean; }): react_jsx_runtime.JSX.Element; declare function MenubarSeparator({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarShortcut({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarSub({ ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function MenubarSubTrigger({ className, inset, ...props }: React.ComponentProps & { inset?: boolean; }): react_jsx_runtime.JSX.Element; declare function MenubarSubContent({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };