import { ExtendedChain } from "@lifi/sdk"; import { SxProps, Theme } from "@mui/material"; //#region src/components/Avatar/Avatar.d.ts declare const AvatarBadgedDefault: React.FC<{ sx?: SxProps; chain?: ExtendedChain; avatarSize?: number; badgeSize?: number; }>; //#endregion export { AvatarBadgedDefault }; //# sourceMappingURL=Avatar.d.ts.map