import type { AvatarIconProps } from "./types.js"; export declare const AvatarIcon: ({ icon, color, size }: AvatarIconProps) => import("react/jsx-runtime").JSX.Element;