interface Props { chainId: number; size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl'; showWarning?: boolean; showTooltip?: boolean; className?: string; } declare const ChainIcon: import("svelte").Component; type ChainIcon = ReturnType; export default ChainIcon;