import { BoxProps } from '../../base/components/Box'; export interface AvatarProps extends BoxProps { address?: string; } export declare function Avatar(props: AvatarProps): import("react/jsx-runtime").JSX.Element;