import type { AvatarSvgProps } from "../types"; import { AvatarStyle } from "../types"; export { AvatarStyle }; export type { AvatarSvgProps as Props }; export default function Avatar({ avatarStyle, style }: AvatarSvgProps): import("react/jsx-runtime").JSX.Element;