import { Project } from "@real-wagmi/sdk"; import { NamedExoticComponent, PropsWithChildren } from "react"; import { SvgProps } from "../components/Svg/types"; type UseProtocolSvgLogoReturnType = NamedExoticComponent>; export default function useProtocolLogo(protocol?: Project): UseProtocolSvgLogoReturnType; export {};