import { FC } from 'react'; interface HashValueProps { networkId: string; hash: string; } export declare const HashValue: FC; export {};