import type { ExtendedChain } from '@lifi/sdk'; import type { SxProps, Theme } from '@mui/material'; export declare const AvatarBadgedDefault: React.FC<{ sx?: SxProps; chain?: ExtendedChain; }>; export declare const AvatarBadgedSkeleton: React.FC<{ sx?: SxProps; avatarSize?: number; badgeSize?: number; }>;