import { chainIdType } from './types'; export declare const getChainLogoName: (chain: chainIdType) => "polygon" | "binance" | "arbitrum" | "avalanche" | "fantom" | "ethereum"; declare const ChainSelectStyles: { GridStyled: import("styled-components").StyledComponent<"div", any, {}, never>; GridElementStyled: import("styled-components").StyledComponent<"div", any, {}, never>; CardContentStyled: import("styled-components").StyledComponent<"div", any, {}, never>; }; export default ChainSelectStyles;