import { default as React } from 'react'; import { Transaction } from '../../../../config/types'; type Props = { data: Transaction; }; declare const TxHistoryItem: (props: Props) => React.JSX.Element; export default TxHistoryItem; //# sourceMappingURL=index.d.ts.map