import { useAccount } from 'wagmi'; interface TxListProps { address: ReturnType['address']; } export declare function TxList({ address }: TxListProps): import("react/jsx-runtime").JSX.Element; export {};