import "../Card/Card.js"; import React from "react"; import { Avatar, Box, Typography } from "@mui/material"; //#region src/components/ChainSelect/ChainSelect.style.d.ts declare const ChainAvatar: React.FC & { itemCount?: number; }>; //#endregion export { ChainAvatar }; //# sourceMappingURL=ChainSelect.style.d.ts.map