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