/// export default function TransactionPopup({ hash, success, summary, }: { hash: string; success?: boolean; summary?: string; }): JSX.Element;