import { FC, HTMLAttributes } from 'react'; export interface IWalletContentsTableDetailsProps extends HTMLAttributes { document: any; } export declare const ContentTableRow: FC;