import { AvatarProps } from "./interfaces"; export type { AvatarProps }; export default function Avatar({ color, iconName, ...props }: AvatarProps): import("react/jsx-runtime").JSX.Element;