import { UserAvatarVariants } from './User.css'; import { PropsWithBox } from '../../Box'; import { DataAttributes } from '../../types'; export type UserAvatarProps = PropsWithBox & UserAvatarVariants; export declare const User: { (props: UserAvatarProps): JSX.Element; displayName: string; };