export interface AvatarOptions { selector: string; imageUrl: string; altText?: string; size?: "sm" | "md" | "lg" | "xl"; shape?: "circle" | "square" | "rounded"; status?: "online" | "offline"; hydrate?: boolean; } //# sourceMappingURL=Avatar.types.d.ts.map