import { FC } from 'react'; import { IconProps } from '../../../Icon'; export type AvatarIconProps = IconProps; /** * The AvatarIcon component displays a static or symbolic icon within the Avatar, often used when no user image is available and a visual representation (like a person icon) is desired for identity fallback. */ export declare const AvatarIcon: FC;