import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import * as MenuPrimitive from '@radix-ui/react-menu'; import * as RovingFocusGroup from '@radix-ui/react-roving-focus'; import { Primitive } from '@radix-ui/react-primitive'; import { Scope as Scope$1 } from '@radix-ui/react-context'; type Scope = { [scopeName: string]: React.Context[]; } | undefined; type ScopeHook = (scope: Scope) => { [__scopeProp: string]: Scope; }; interface CreateScope { scopeName: string; (): ScopeHook; } type ScopedProps

= P & { __scopeMenubar?: Scope$1; }; declare const createMenubarScope: CreateScope; type RovingFocusGroupProps = React.ComponentPropsWithoutRef; type PrimitiveDivProps = React.ComponentPropsWithoutRef; interface MenubarProps extends PrimitiveDivProps { value?: string; defaultValue?: string; onValueChange?: (value: string) => void; loop?: RovingFocusGroupProps['loop']; dir?: RovingFocusGroupProps['dir']; } declare const Menubar: React.ForwardRefExoticComponent>; interface MenubarMenuProps { value?: string; children?: React.ReactNode; } declare const MenubarMenu: { (props: ScopedProps): react_jsx_runtime.JSX.Element; displayName: string; }; type PrimitiveButtonProps = React.ComponentPropsWithoutRef; interface MenubarTriggerProps extends PrimitiveButtonProps { } declare const MenubarTrigger: React.ForwardRefExoticComponent>; type MenuPortalProps = React.ComponentPropsWithoutRef; interface MenubarPortalProps extends MenuPortalProps { } declare const MenubarPortal: React.FC; type MenuContentProps = React.ComponentPropsWithoutRef; interface MenubarContentProps extends Omit { } declare const MenubarContent: React.ForwardRefExoticComponent>; type MenuGroupProps = React.ComponentPropsWithoutRef; interface MenubarGroupProps extends MenuGroupProps { } declare const MenubarGroup: React.ForwardRefExoticComponent>; type MenuLabelProps = React.ComponentPropsWithoutRef; interface MenubarLabelProps extends MenuLabelProps { } declare const MenubarLabel: React.ForwardRefExoticComponent>; type MenuItemProps = React.ComponentPropsWithoutRef; interface MenubarItemProps extends MenuItemProps { } declare const MenubarItem: React.ForwardRefExoticComponent>; type MenuCheckboxItemProps = React.ComponentPropsWithoutRef; interface MenubarCheckboxItemProps extends MenuCheckboxItemProps { } declare const MenubarCheckboxItem: React.ForwardRefExoticComponent>; type MenuRadioGroupProps = React.ComponentPropsWithoutRef; interface MenubarRadioGroupProps extends MenuRadioGroupProps { } declare const MenubarRadioGroup: React.ForwardRefExoticComponent>; type MenuRadioItemProps = React.ComponentPropsWithoutRef; interface MenubarRadioItemProps extends MenuRadioItemProps { } declare const MenubarRadioItem: React.ForwardRefExoticComponent>; type MenuItemIndicatorProps = React.ComponentPropsWithoutRef; interface MenubarItemIndicatorProps extends MenuItemIndicatorProps { } declare const MenubarItemIndicator: React.ForwardRefExoticComponent>; type MenuSeparatorProps = React.ComponentPropsWithoutRef; interface MenubarSeparatorProps extends MenuSeparatorProps { } declare const MenubarSeparator: React.ForwardRefExoticComponent>; type MenuArrowProps = React.ComponentPropsWithoutRef; interface MenubarArrowProps extends MenuArrowProps { } declare const MenubarArrow: React.ForwardRefExoticComponent>; interface MenubarSubProps { children?: React.ReactNode; open?: boolean; defaultOpen?: boolean; onOpenChange?(open: boolean): void; } declare const MenubarSub: React.FC; type MenuSubTriggerProps = React.ComponentPropsWithoutRef; interface MenubarSubTriggerProps extends MenuSubTriggerProps { } declare const MenubarSubTrigger: React.ForwardRefExoticComponent>; type MenuSubContentProps = React.ComponentPropsWithoutRef; interface MenubarSubContentProps extends MenuSubContentProps { } declare const MenubarSubContent: React.ForwardRefExoticComponent>; declare const Root: React.ForwardRefExoticComponent>; declare const Menu: { (props: ScopedProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const Trigger: React.ForwardRefExoticComponent>; declare const Portal: React.FC; declare const Content: React.ForwardRefExoticComponent>; declare const Group: React.ForwardRefExoticComponent>; declare const Label: React.ForwardRefExoticComponent>; declare const Item: React.ForwardRefExoticComponent>; declare const CheckboxItem: React.ForwardRefExoticComponent>; declare const RadioGroup: React.ForwardRefExoticComponent>; declare const RadioItem: React.ForwardRefExoticComponent>; declare const ItemIndicator: React.ForwardRefExoticComponent>; declare const Separator: React.ForwardRefExoticComponent>; declare const Arrow: React.ForwardRefExoticComponent>; declare const Sub: React.FC; declare const SubTrigger: React.ForwardRefExoticComponent>; declare const SubContent: React.ForwardRefExoticComponent>; export { Arrow, CheckboxItem, Content, Group, Item, ItemIndicator, Label, Menu, Menubar, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, type MenubarCheckboxItemProps, MenubarContent, type MenubarContentProps, MenubarGroup, type MenubarGroupProps, MenubarItem, MenubarItemIndicator, type MenubarItemIndicatorProps, type MenubarItemProps, MenubarLabel, type MenubarLabelProps, MenubarMenu, type MenubarMenuProps, MenubarPortal, type MenubarPortalProps, type MenubarProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, type MenubarRadioItemProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSub, MenubarSubContent, type MenubarSubContentProps, type MenubarSubProps, MenubarSubTrigger, type MenubarSubTriggerProps, MenubarTrigger, type MenubarTriggerProps, Portal, RadioGroup, RadioItem, Root, Separator, Sub, SubContent, SubTrigger, Trigger, createMenubarScope };