import React from 'react'; export declare const ImageView: (props: { /** 图片地址(支持数组) */ value?: string | string[]; /** * 样式 * @default { width: '60px', height: '60px', objectFit: 'contain' } */ style?: React.CSSProperties; }) => React.JSX.Element;