import React from 'react'; import { type PopoverProps } from 'react-aria-components'; export type MenuPopoverProps = PopoverProps; /** * Overlay element for holding a */ export declare const MenuPopover: React.ForwardRefExoticComponent>;