import * as React from 'react'; import { IAdaptiveItem, IDropdownToggler, Icon, IHasCX, IClickable, IHasRawProps } from '@epam/uui-core'; /** Represents the properties of the MainMenuAvatar component. */ export interface MainMenuAvatarProps extends IClickable, IAdaptiveItem, IDropdownToggler, IHasCX, IHasRawProps> { avatarUrl?: string; icon?: Icon; } export declare const MainMenuAvatar: React.ForwardRefExoticComponent>; //# sourceMappingURL=MainMenuAvatar.d.ts.map