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