export type { AvatarTextProps } from "./types.js"; export { getAvatarDisplayText } from "./utils.js"; export { AvatarText } from "./AvatarText.js";