/// import type { BoxProps } from "./Box"; export type { BoxProps }; export declare type MenuItemProps = BoxProps; export declare function MenuItem({ children, className, ...rest }: MenuItemProps): JSX.Element;