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