import * as React from 'react'; import type { UserWithAvatarProps } from './type'; export declare function UserWithAvatar({ data, size, mode, className, showLabel, }: UserWithAvatarProps): React.JSX.Element;