import { default as React } from 'react'; import { Avatar as PrimitiveAvatar } from '../avatar'; export type AvatarProps = React.ComponentPropsWithoutRef; export declare const Avatar: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & { variant?: "beige" | "grey" | "white" | "blue" | "green" | "orange" | "purple-light"; firstName?: string; lastName?: string; icon?: import('..').IconName; } & React.RefAttributes, "ref"> & React.RefAttributes>;