import type { Chain, ExtendedChain } from '@lifi/sdk'; interface ChainBadgeContentProps { chain?: Chain | ExtendedChain; size?: number; } export declare const ChainBadgeContent: React.FC; export {};