import { FC } from 'react'; import { AvatarProps } from '../../../Avatar'; export type AvatarGroupStackItemProps = AvatarProps; /** * The AvatarStackItem component represents an individual avatar within an AvatarStack, inheriting group-level styles like size and variant, and is typically used to visually stack or align multiple avatars in a compact layout * */ export declare const AvatarStackItem: FC;