import type { ForwardRefComponent } from '@project44-manifest/react-types';
import type { MenuItemProps } from './MenuItem.types';
export declare const MenuItem: ForwardRefComponent<"li", MenuItemProps>;
//# sourceMappingURL=MenuItem.d.ts.map