importReactfrom'react';
/** Use this button only in the old design components, for the future we should use `CopyAddressButton` which has a new design */exportdeclarefunctionOldCopyAddressButton({ address, }: {
address: string;
}): React.JSX.Element;