import { IMenuProps } from './types'; export declare function Menu({ onClose, children, anchor: customAnchor, position: customPosition, anchorContainerClassName, onOpen, testID, onLayout, sameWidth, visible, minWidth, preferedPositionAxis, dismissable, onDismiss, bottomSheetTitle, bottomSheetTitleDivider, backdropClassName, maxHeight, className, scrollViewClassName, scrollViewContentContainerClassName, withScrollView, items, itemsProps, variant, ...props }: IMenuProps): import("react/jsx-runtime").JSX.Element; export * from "./context"; export * from "./types";