import * as React from "react"; import * as MenubarPrimitive from "@radix-ui/react-menubar"; declare const MenubarMenu: { (props: MenubarPrimitive.ScopedProps): JSX.Element; displayName: string; }; declare const MenubarGroup: React.ForwardRefExoticComponent>; declare const MenubarPortal: React.FC; declare const MenubarSub: React.FC; declare const MenubarRadioGroup: React.ForwardRefExoticComponent>; declare const Menubar: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarTrigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarSubTrigger: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean | undefined; } & React.RefAttributes>; declare const MenubarSubContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarItem: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean | undefined; } & React.RefAttributes>; declare const MenubarCheckboxItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarRadioItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarLabel: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean | undefined; } & React.RefAttributes>; declare const MenubarSeparator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarShortcut: { ({ className, ...props }: React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayname: string; }; export { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarItem, MenubarSeparator, MenubarLabel, MenubarCheckboxItem, MenubarRadioGroup, MenubarRadioItem, MenubarPortal, MenubarSubContent, MenubarSubTrigger, MenubarGroup, MenubarSub, MenubarShortcut, };