import { MenuProps } from './MenuTypes'; /** * The Menu is meant to be used as a way to display single select options to a user * * @example *
* * @see https://design.avayacloud.com/components/web/dropdown-web * @see https://neo-react-library-storybook.netlify.app/?path=/story/components-menu--functional-menu */ export declare const Menu: import('react').ForwardRefExoticComponent