import type { AvatarProps } from './types'; export declare function Avatar({ shape, variant, image, text, size, sentiment, colors, upload, onClick, className, children, 'data-testid': dataTestId, style, }: AvatarProps): import("react").JSX.Element; export declare namespace Avatar { var displayName: string; } //# sourceMappingURL=index.d.ts.map