import React from 'react'; import { Styles } from './UserMenu.style'; import { UserMenuImageProps } from './UserMenuImage'; import { UserMenuPopperProps } from './UserMenuPopper'; export declare type UserMenuProps = Styles & Pick & Pick; declare const initialState: { anchorEl: HTMLElement; }; export declare type UserMenuState = typeof initialState; declare const _default: React.ComponentType & Partial> & Partial>, "loading" | "version" | "imageUrl" | "userName" | "userEmail" | "linkToAccount" | "build" | "onLogoutClick" | "onAccountClick"> & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default; //# sourceMappingURL=UserMenu.d.ts.map