import { type EVMChain, type ExtendedChain } from '@lifi/sdk';
interface AllChainsAvatarProps {
    chains: ExtendedChain[] | EVMChain[];
    size: 'small' | 'medium';
}
export declare const AllChainsAvatar: import("react").MemoExoticComponent<({ chains, size }: AllChainsAvatarProps) => import("react/jsx-runtime").JSX.Element>;
export {};
