import { FC } from 'react'; export interface OnChainExcelTemplateProps { } declare const OnChainExcelTemplate: FC; export default OnChainExcelTemplate;