import React from 'react'; import { MenuItemProps } from './MenuItem.types'; import './MenuItem.css'; /** * @deprecated Should start using the same component migrated to UI2. */ export declare const MenuItem: (props: MenuItemProps) => React.JSX.Element;