import { FC } from 'react'; type PropsT = { hash: string; }; declare const TransactionLink: FC; export default TransactionLink;