import { ChainId } from "@real-wagmi/sdk"; import { NamedExoticComponent, PropsWithChildren } from "react"; import { SvgProps } from "../components/Svg/types"; type UseNetworksCircleSvgLogoReturnType = NamedExoticComponent>; export default function useCircleChainSvgLogo(chainId?: ChainId): UseNetworksCircleSvgLogoReturnType; export {};