import { default as React } from 'react'; type OnChainImageProps = { src: string; height?: string; width?: string; }; /** 图片组件 */ declare const OnChainImage: React.FC; export default OnChainImage;