import { IsInViewportProps } from '../../utils'; export declare const DEFAULT_AVATAR_SIZE = 28; export interface AvatarProps extends IsInViewportProps { backgroundColor?: string; borderColor?: string; fetchImage?: () => void; forceInitials?: boolean; isAvatarGridItem?: boolean; name?: string; size?: number; url?: string; } export declare const Avatar: (props: AvatarProps) => import("@emotion/react/jsx-runtime").JSX.Element; //# sourceMappingURL=Avatar.d.ts.map