import { Menubar as MenubarPrimitive } from 'radix-ui'; import { MenubarStyles } from './menubar.css'; import * as React from 'react'; declare const MenubarMenu: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const MenubarGroup: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const MenubarPortal: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const MenubarRadioGroup: ({ ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const 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"> & MenubarStyles & React.RefAttributes>; declare const MenubarSubContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const MenubarItem: React.ForwardRefExoticComponent, "ref"> & MenubarStyles & { shortcut?: string; hint?: string; } & React.RefAttributes>; declare const MenubarCheckboxItem: React.ForwardRefExoticComponent, "ref"> & { shortcut?: string; hint?: string; } & React.RefAttributes>; declare const MenubarRadioItem: React.ForwardRefExoticComponent, "ref"> & { shortcut?: string; hint?: string; } & React.RefAttributes>; declare const MenubarLabel: React.ForwardRefExoticComponent, "ref"> & MenubarStyles & React.RefAttributes>; declare const MenubarSeparator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Menubar, MenubarMenu, MenubarTrigger, MenubarContent, MenubarItem, MenubarSeparator, MenubarLabel, MenubarCheckboxItem, MenubarRadioGroup, MenubarRadioItem, MenubarPortal, MenubarSubContent, MenubarSubTrigger, MenubarGroup, MenubarSub, }; //# sourceMappingURL=menubar.d.ts.map