import { Avatar as AvatarPrimitive } from 'radix-ui'; import { AvatarStyles } from './avatar.css'; import * as React from 'react'; declare const Avatar: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const AvatarImage: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const AvatarFallback: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; interface AvatarGroupProps extends React.HTMLAttributes, AvatarStyles { max?: number; showCount?: boolean; overlap?: boolean; } declare const AvatarGroup: React.ForwardRefExoticComponent>; export { Avatar, AvatarImage, AvatarFallback, AvatarGroup }; //# sourceMappingURL=avatar.d.ts.map