import * as React from 'react'; import * as MenubarPrimitive from '@radix-ui/react-menubar'; declare function MenubarMenu({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function MenubarGroup({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function MenubarPortal({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function MenubarRadioGroup({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function MenubarSub({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare const Menubar: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarTrigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarSubTrigger: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean; } & 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; } & 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; } & 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, }; //# sourceMappingURL=menu-bar.d.ts.map