import { VariantProps } from "class-variance-authority"; declare const avatarRootVariants: (props?: ({ size?: 12 | 16 | 20 | 24 | 32 | 40 | 80 | null | undefined; accountType?: "personal" | "team" | null | undefined; offline?: boolean | null | undefined; activeRing?: boolean | null | undefined; color?: "1" | "2" | "3" | "4" | "5" | "neutral" | null | undefined; } & import("class-variance-authority/types").ClassProp) | undefined) => string; export type AvatarProps = Readonly<{ className?: string; imageSrc?: string; displayName?: string; selectable?: boolean; customColor?: string; } & VariantProps>; export declare const Avatar: ({ className, accountType, size, selectable, imageSrc, displayName, offline, activeRing, color, customColor, }: AvatarProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=Avatar.d.ts.map