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