import type { ButtonExProps } from '@xylabs/react-button'; import React from 'react'; import type { EthAccountProps } from './EthAccountProps.tsx'; export interface EthAccountButtonProps extends EthAccountProps { toEtherScan?: boolean; } export declare const EthAccountButton: React.FC; /** @deprecated use EthAccountButton or EthAccountBox */ export declare const EthAccount: React.FC; //# sourceMappingURL=EthAccountButton.d.ts.map