import { contentProps } from '../../OnChainFormItem'; import { BaseComponentProps } from '../../../typings'; import { default as React } from 'react'; export interface OnChainTableFormItemProps extends BaseComponentProps { formprops: contentProps; onSave?: (data: any) => void; onRemove?: (e: any, data: any) => void; name: any; value?: any; record?: any; apicode?: any; } export declare const inputFormat: Record; declare const OnChainTableFormItem: React.ForwardRefExoticComponent & React.RefAttributes>; export default OnChainTableFormItem;