/// interface DisplayTxidProps { txid: string; onClose: () => void; } declare const DisplayTxid: ({ txid, onClose }: DisplayTxidProps) => JSX.Element; export default DisplayTxid; //# sourceMappingURL=index.d.ts.map