/// import { SFC } from 'react'; export interface UserMenuImageProps { imageUrl: string; userName: string; } export declare const UserMenuImage: SFC;