import { Menubar as MenubarPrimitive } from '@base-ui/react'; export declare function useMenubarContext(): boolean; declare function MenubarRoot({ className, ...props }: MenubarPrimitive.Props): import("react/jsx-runtime").JSX.Element; declare namespace MenubarRoot { var displayName: string; } export declare const Menubar: typeof MenubarRoot; export {}; //# sourceMappingURL=menubar.d.ts.map