import React from 'react'; import { IUser } from '@wix/quix-shared'; interface Props { user: IUser; } export declare const UserAvatar: (props: Props) => React.JSX.Element; export {};