import * as React from "react"; import { Avatar as AvatarPrimitive } from "radix-ui"; type AvatarImageProps = AvatarPrimitive.AvatarImageProps; declare const AvatarImage: (({ className, ...props }: AvatarImageProps) => React.JSX.Element) & { original: ({ className, ...props }: AvatarImageProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: (({ className, ...props }: AvatarImageProps) => React.JSX.Element) & { original: ({ className, ...props }: AvatarImageProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ className, ...props }: AvatarImageProps) => React.JSX.Element) & { original: ({ className, ...props }: AvatarImageProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export { AvatarImage, type AvatarImageProps };