importReactfrom'react';
import { SubMenuItemProps } from'./SubMenuItem.types';
import'./SubMenuItem.css';
/**
* @deprecated Should start using the same component migrated to UI2.
*/exportdeclareconstSubMenuItem: (props: SubMenuItemProps) =>React.JSX.Element;