import { default as React } from 'react'; export interface OnChainExcelViewerProps { /** 文件URL */ url: string; } /** Excel预览 */ declare const OnChainExcelViewer: React.FC; export default OnChainExcelViewer;