import React from 'react'; import { ChainId } from '../../utils/constants'; export interface ChainLogoProps { chainId?: ChainId; size?: string; width?: string; height?: string; } export declare const ChainLogo: React.MemoExoticComponent<({ chainId, width, height, size }: ChainLogoProps) => import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=ChainLogo.d.ts.map