import { AvatarBaseProps, AvatarIconProps, AvatarImageProps as DSAvatarImageProps } from "@opensea/ui-kit"; import React, { ComponentPropsWithoutRef } from "react"; import { Image } from "../Image"; type BaseAvatarImageProps = DSAvatarImageProps & ComponentPropsWithoutRef; export type AvatarProps = Omit | AvatarIconProps | AvatarBaseProps; export declare const AvatarImage: React.ForwardRefExoticComponent & React.RefAttributes>; export declare const Avatar: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=Avatar.d.ts.map