import * as React$1 from "react"; import * as react_native25 from "react-native"; import { TextProps, View } from "react-native"; import * as react_jsx_runtime72 from "react/jsx-runtime"; import * as MenubarPrimitive from "@rn-primitives/menubar"; //#region ui/menubar.d.ts declare const MenubarMenu: React$1.ForwardRefExoticComponent>; declare const MenubarGroup: React$1.ForwardRefExoticComponent>; declare const MenubarPortal: typeof MenubarPrimitive.Portal; declare const MenubarSub: React$1.ForwardRefExoticComponent void; } & React$1.RefAttributes>; declare const MenubarRadioGroup: React$1.ForwardRefExoticComponent void; } & React$1.RefAttributes>; declare function Menubar({ className, ...props }: MenubarPrimitive.RootProps & { ref?: React$1.RefObject; }): react_jsx_runtime72.JSX.Element; declare function MenubarTrigger({ className, ...props }: MenubarPrimitive.TriggerProps & { ref?: React$1.RefObject; }): react_jsx_runtime72.JSX.Element; declare function MenubarSubTrigger({ className, inset, children, ...props }: MenubarPrimitive.SubTriggerProps & { ref?: React$1.RefObject; className?: string; inset?: boolean; children?: React$1.ReactNode; }): react_jsx_runtime72.JSX.Element; declare function MenubarSubContent({ className, ...props }: MenubarPrimitive.SubContentProps & { ref?: React$1.RefObject; }): react_jsx_runtime72.JSX.Element; declare function MenubarContent({ className, portalHost, ...props }: MenubarPrimitive.ContentProps & { ref?: React$1.RefObject; className?: string; portalHost?: string; }): react_jsx_runtime72.JSX.Element; declare function MenubarItem({ className, inset, ...props }: MenubarPrimitive.ItemProps & { ref?: React$1.RefObject; className?: string; inset?: boolean; }): react_jsx_runtime72.JSX.Element; declare function MenubarCheckboxItem({ className, children, checked, ...props }: MenubarPrimitive.CheckboxItemProps & { ref?: React$1.RefObject; children?: React$1.ReactNode; }): react_jsx_runtime72.JSX.Element; declare function MenubarRadioItem({ className, children, ...props }: MenubarPrimitive.RadioItemProps & { ref?: React$1.RefObject; children?: React$1.ReactNode; }): react_jsx_runtime72.JSX.Element; declare function MenubarLabel({ className, inset, ...props }: MenubarPrimitive.LabelProps & { ref?: React$1.RefObject; className?: string; inset?: boolean; }): react_jsx_runtime72.JSX.Element; declare function MenubarSeparator({ className, ...props }: MenubarPrimitive.SeparatorProps & { ref?: React$1.RefObject; }): react_jsx_runtime72.JSX.Element; declare function MenubarShortcut({ className, ...props }: TextProps): react_jsx_runtime72.JSX.Element; //#endregion export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger }; //# sourceMappingURL=menubar.d.ts.map