import type { AvatarImageProps } from "./types.js"; export declare const AvatarImage: ({ imgUrl, fallbackImgUrl, sizes, srcSet, alt, loading, withImageBorder, size, }: AvatarImageProps) => import("react/jsx-runtime").JSX.Element;