import type React from 'react'; import type { IAvatarComponentType } from './types'; export declare function createAvatar({ Root, Badge, Group, Image, FallbackText, }: { Root: React.ComponentType; Badge: React.ComponentType; Group: React.ComponentType; Image: React.ComponentType; FallbackText: React.ComponentType; }): IAvatarComponentType; //# sourceMappingURL=index.d.ts.map