import { type AvatarProps, type TypographyProps } from '@mui/material'; import type { ImgHTMLAttributes } from 'react'; import React from 'react'; type Variant = NonNullable; export interface TokenAvatarProps extends AvatarProps { imgAlt?: ImgHTMLAttributes['alt']; imgSrc?: ImgHTMLAttributes['src']; scale?: number; typographyVariant?: Variant; } export declare const TokenAvatar: React.FC; export {}; //# sourceMappingURL=TokenAvatar.d.ts.map