import { RefObject } from 'react'; import { MenuItemProps } from '../MenuTypes'; /** * The MenuItem is meant to be used as a child of the Menu component. It can take any valid React element as a child. * * @example *
*/ export declare const MenuItem: import('react').ForwardRefExoticComponent