import React from 'react'; interface ChainLogoProps { logoURI?: string; width?: string; height?: string; style?: React.CSSProperties; alt?: string; } declare const ChainLogo: React.FC; export default ChainLogo; //# sourceMappingURL=ChainLogo.d.ts.map